aipowerorg.github.io icon indicating copy to clipboard operation
aipowerorg.github.io copied to clipboard

AI Power Documentation

Installation

$ yarn

Local Development

$ yarn start

Deployment

Using SSH:

$ USE_SSH=true yarn deploy

Not using SSH:

$ GIT_USER=<Your GitHub username> yarn deploy (add username)