Skip to content

Latest commit

 

History

History
40 lines (22 loc) · 264 Bytes

README.md

File metadata and controls

40 lines (22 loc) · 264 Bytes

Website

Installation

$ yarn

Local Development

$ yarn start

Build

$ yarn build

Deployment

Using SSH:

$ USE_SSH=true yarn deploy

Not using SSH:

$ GIT_USER=<Your GitHub username> yarn deploy