Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 558 Bytes

File metadata and controls

21 lines (12 loc) · 558 Bytes

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.