Live site: https://grommet-nextjs.herokuapp.com
Community: https://spectrum.chat/crypto-grommet
- Get sources in local folder
$ git clone https://github.com/atanasster/grommet-nextjs.git
- Move to your local folder
$ cd grommet-nextjs
- 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