UNO

Uno Game

Description

Uno Card Game online.

Technologies Used

The App is built with:

Development

Getting Started

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.