Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 302 Bytes

readme.md

File metadata and controls

35 lines (23 loc) · 302 Bytes

The source code for debgen.xyz

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