Bare bones, mobile-first set up for Moloch frontend with Abridged Wallet SDK by Odyssy.
- Install dependencies
$ yarn install
- Run a dev server
$ yarn start
- Amplify sync
Update your amplify config files
$ amplify env pull
Set up auto-linting and prettier to be run on file save or in real-time in your IDE: VSCode.
$ yarn build && aws s3 sync build/ s3://<your s3> && aws cloudfront create-invalidation --distribution-id <your distribution id> --paths /\*