To use this project, clone the project.
git clone https://github.com/collectioncard/Selection-Generation
You will need to have Node.js and NPM installed.
npm install
Next make a .env file in the project's root directory, following the .env.example's instructions. After, launch the app with:
npm run dev