First, clone the project to your machine:
git clone https://github.com/kevinanielsen/flags-game/
# ➤ or
git clone [email protected]:kevinanielsen/flags-gameThen, install the dependencies:
pnpm i
# ➤ or
npm installFirst, run the development server:
pnpm dev
# ➤ or
npm run devThen, open http://localhost:3000 with your browser to see the result.