This project is made for GAD.
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
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.