Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.04 KB

README.md

File metadata and controls

33 lines (21 loc) · 1.04 KB
Flappy bird greets you! Flappy bird greets you!

The flappy bird Build Status

Let's revive the most famous bird!

Although it's still incomplete, you can play it here: https://andrevarandas.github.io/the-flappy-bird/

Development Setup

  1. Clone this repository: git clone https://github.com/AndreVarandas/the-flappy-bird

  2. Change directory into the-flappy-bird and install dependencies: npm install

  3. Run development environment: npm run debug

  4. Build distribuition folder: npm run build

  5. Run http server: npm start

  6. Open http://localhost:1234 and play!


MIT André Varandas