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
First, run the development server:
pnpm dev
# ➤ or
npm run dev
Then, open http://localhost:3000 with your browser to see the result.