A companion app designed for friends to choose and play games together! Easily filter through Board Games, Nintendo Switch, and PS5 collections to find the perfect multiplayer experience for your gathering with your own collection.
- Modify the 'games.ts', 'videoGames.ts' to your own collection
- Change 'vite.config.ts' base path to your Repo
- Install dependencies:
npm install gh-pages - Update vite.config.js base to your Repo project name.
- Run the app:
npm run deploy - Setup your Repo to Pages Branch as 'gh-pages'
Prerequisites: Node.js,
- Install dependencies:
npm install - Build the app:
npm run build - Run the app:
npm run dev