Skip to content

finol-digital/cgs-games

Repository files navigation

CGS Games

Website for Card Game Simulator (CGS) users to share their games.

Built with Next.js and Firebase.

Local Setup

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

Deployment

Firebase App Hosting will automatically deploy changes to the main branch.

Simply raise and merge a PR from develop to main!