https://github.com/dotbithq/identicons
https://github.com/dotbithq/identicons
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dotbithq/identicons
- Owner: dotbitHQ
- License: mit
- Created: 2021-03-06T10:44:41.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-09-01T13:20:49.000Z (almost 3 years ago)
- Last Synced: 2023-09-02T10:54:37.325Z (almost 3 years ago)
- Language: TypeScript
- Size: 11.8 MB
- Stars: 3
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
```bash
yarn install
```
## Running the app
```bash
# development
npm run start
# watch mode
npm run start:dev
# production mode
npm run start:prod
```
## browser access http://127.0.0.1:22000/identicon/{param}
For example: http://127.0.0.1:22000/identicon/helloworld.bit
## pm2 deployment
```bash
npm run start:pm2
```