Website for Card Game Simulator (CGS) users to share their games.
Built with Next.js and Firebase.
First: npm install
Audit: npm audit fix
Format: prettier --config .prettierrc.json --ignore-path .gitignore --write .
Lint: npm run lint
Build: npm run build
Start: npm run start
Emulate: firebase emulators:start
Firebase App Hosting will automatically deploy changes to the main branch.
Simply raise and merge a PR from develop to main!