Files
hammond/ui/docs/production.md
Akhil Gupta d25c30a7b2 first commit
2021-05-29 15:20:50 +05:30

436 B

Building and deploying to production

From the terminal

# Build for production with minification
yarn build

This results in your compiled application in a dist directory.

From Circle CI

Update .circleci/config.yml to automatically deploy to staging and/or production on a successful build. See comments in that file for details.