Frontend site for NFT tools running on AWS.
$ yarn install
Before committing, you should run this command to fix and format code errors.
$ yarn lint.fix
To just see the errors without fixing them, you can run this.
$ yarn lint
To run the React app, use
$ yarn start
To build the React app for production, use
$ yarn build
To build and deploy the app straight to production, use
$ yarn deploy