Flappy Bird is a PWA application, that has been written with using React.js library.
P.S. Link on the game.
- Download the application and unpack it;
- Move into unpack folder;
- Run
terminalinside this folder; - Run
npm cioryarn installfor install dependencies; - After that, run
npm run startoryarn startfor running a project.
npm run startoryarn start- launches and opens the project in your browser;npm run buildoryarn build- builds the application;
For run this project on Docker, you need to follow next steps:
- Build an image:
docker build -t flappy-bird .- Run it on a new container (on 5000 port):
docker run -p 5000:5000 -t flappy-birdFlappy Bird application is open-sourced software licensed under the MIT License (MIT). Please see License File for more information.
Detailed changes for each release are documented in the release notes.
I'm thanks all the people, that who contributed or who want to contribute to "Flappy Bird" application.
If you want to contribute, make sure to read the Contributing Guide before making a pull request, thanks.
If you still have questions about the work of this application ❔ or you have cool ideas for improvement : boom:, please write to me 📧.
If you find a bug 🐛, please create an appropriate issue with detailed information about it 💬.
Thanks!
