Skip to content

dotbitHQ/identicons

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published