Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 679 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 679 Bytes

Identicons

identicons service

Preparation

This repo rely on spritejs, which rely on node-canvas-webgl. If you are running this repo on MacOS, you should install python2 first.

Just follow the instruction to install python2: https://stackoverflow.com/questions/70098133/npm-error-cant-find-python-executable-in-macos-big-sur

Installation

yarn install

Running the app

# development
npm run start

# watch mode
npm run start:dev

# production mode
npm run start:prod

For example: http://127.0.0.1:22000/identicon/helloworld.bit

pm2 deployment

npm run start:pm2