Skip to content

pomodorozhong/avatar-generator

Repository files navigation

Avatar Generator

This is a avatar generator using Procedural Content Generation (PCG).

Click here to see the live demo.

Installation

git clone https://github.com/pomodorozhong/avatar-generator.git
cd avatar-generator
npm install

Build

To watch the chage of source code and automatically rebuild:

npm run dev

To build for once:

npm run build