Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 369 Bytes

readme.md

File metadata and controls

35 lines (23 loc) · 369 Bytes

The fork of the original debgen, since it no longer gets updates 🤷

Setup

Install source code

git clone https://github.com/rwarasaurus/debgen.git .

Install packages

yarn

or

npm install

Starting dev server

Dev mode

yarn dev

Building code

yarn build