Skip to content
forked from oovg/yang-dao

Bare bones, mobile-first set up for Moloch frontend with Abridged Wallet SDK

License

Notifications You must be signed in to change notification settings

DarrenRM/yang-dao

 
 

Repository files navigation

YangDAO

Bare bones, mobile-first set up for Moloch frontend with Abridged Wallet SDK by Odyssy.

Development

  1. Install dependencies
$ yarn install
  1. Run a dev server
$ yarn start
  1. Amplify sync

Update your amplify config files

$ amplify env pull

Linting

Set up auto-linting and prettier to be run on file save or in real-time in your IDE: VSCode.

deploy

dev

$ yarn build && aws s3 sync build/ s3://<your s3> && aws cloudfront create-invalidation --distribution-id <your distribution id> --paths /\*

TODO: add documentation on serverless init

About

Bare bones, mobile-first set up for Moloch frontend with Abridged Wallet SDK

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 86.5%
  • CSS 13.3%
  • HTML 0.2%