Skip to content

szpolny/a3gad-preset-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project is made for GAD.

Running locally in development mode

To get started, just clone the repository and run yarn install && yarn dev:

git clone https://github.com/sellectuwa/a3gad-preset-generator.git
yarn install
yarn dev

Building and deploying in production

If you wanted to run this site in production, you should install modules then build the site with yarn build and run it with yarn start:

yarn install
yarn build
yarn start

You should run yarn build again any time you make changes to the site.

Releases

No releases published

Packages

No packages published