Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 437 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 437 Bytes

Easily and quickly generate pictures with a lot of gravatars.

Contributing

PRs are always welcome!

Development

  • 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