Skip to content
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.

Latest commit

 

History

History
35 lines (21 loc) · 337 Bytes

README.md

File metadata and controls

35 lines (21 loc) · 337 Bytes

Flappy bird game

Code template for a flappy bird game

Tech Stack

Vite, React, Typescript

Run Locally

Clone the project

git clone captain-fatbeard/flappy-bird.git

Go to the project directory

cd flappy-bird

Install dependencies

npm install

Start the server

npm run dev