Skip to content

kevinanielsen/flags-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Maintainability CI

➤ 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.