Uno Card Game online.
- 2 to 4 players
- no need to install anything
- no need to register
The App is built with:
- React
- Next.js
- Firebase for Realtime Database
- Tailwindcss as CSS framework
- Jest for testing
- Vercel for fast deployments, hosting our website.
Duplicate .env.template and rename it as .env. Set up a Firebase Database and put the necessary settings inside the .env file in order to be able to run the project.
Install dependencies:
npm install
# or
yarn install
Run the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.