Skip to content

aipowerorg/aipowerorg.github.io

Repository files navigation

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)