Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 806 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 806 Bytes

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.