This is the front-end code for the icpdao dao app, and all contributors are welcome to contribute to help the community.
- prod
- dev
- need nodejs and yarn
- config .env by .env.sample
- yarn start
- install aws-cli and config by https://docs.aws.amazon.com/cli/latest/userguide/install-cliv2.html
- install serverless cli and config by https://www.serverless.com/framework/docs/getting-started/
- add .env
- deploy
sls deploy --stage dev
sls deploy --stage prod