- Install dev dependencies via
yarn; - Copy
.env.exampleto.envand set appropriate credentials
Start up your dev environment with the following two commands:
$ yarn start
Deploy the build and public directories to S3. We recommend cleaning directories and AWS cache before you do:
$ yarn clean
$ yarn build
$ yarn deploy
$ yarn clean // Cleans up build directories
$ yarn start // Watches development assets
$ yarn build // Builds production ready assets
$ yarn deploy // Sends files off to an S3 bucket