Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

Latest commit

 

History

History
41 lines (26 loc) · 489 Bytes

README.md

File metadata and controls

41 lines (26 loc) · 489 Bytes

Netlify Status

Flappy Eagle

About

Flappy bird clone, except you're a patriotic american bald eagle with a gun.

Install PNPM

Through NPM

npm install -g pnpm

Mac Homebrew

brew install pnpm

Building

Install dependencies

pnpm i

Run dev server

pnpm dev

Build the assets

pnpm build