flags-game

A game where you guess which flags corresponds to which country.

Stars
3

➤ Installation

First, clone the project to your machine:

git clone https://github.com/kevinanielsen/flags-game/
# ➤ or
git clone [email protected]:kevinanielsen/flags-game

Then, install the dependencies:

pnpm i
# ➤ or
npm install

➤ Getting started

First, run the development server:

pnpm dev
# ➤ or
npm run dev

Then, open http://localhost:3000 with your browser to see the result.