Live site: https://grommet-dashboard.herokuapp.com
Community: https://spectrum.chat/crypto-grommet
- Get sources in local folder
$ git clone https://github.com/atanasster/grommet-dashboard.git
- Move to your local folder
$ cd grommet-dashboard
- Install dependencies
$ npm install
$ npm run dev
- Build package
$ npm run build
- Start production server
$ npm run start
- Run eslint:
$ npm run check
- Analyze packages:
$ npm run analyze