Easily and quickly generate pictures with a lot of gravatars.
PRs are always welcome!
- Install
npm
: https://www.npmjs.com/get-npm - Install necessary packages:
npm install
- Run the server:
npm start
- Build dev version:
npm run build:dev
- Build dev version whenever files change:
npm run watch
- Build production version:
npm run build