Skip to content

saltandvinegarcrisps/debgen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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