Skip to content

CryptoFamilyNFT/FLYBOB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

223 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🐦 Flappy Bird

tests lint deploy

Introduction

Flappy Bird is a PWA application, that has been written with using React.js library.

Application

P.S. Link on the game.

Instructions 📋

  1. Download the application and unpack it;
  2. Move into unpack folder;
  3. Run terminal inside this folder;
  4. Run npm ci or yarn install for install dependencies;
  5. After that, run npm run start or yarn start for running a project.

Available commands:

  • npm run start or yarn start - launches and opens the project in your browser;
  • npm run build or yarn build - builds the application;

Docker

For run this project on Docker, you need to follow next steps:

  1. Build an image:
docker build -t flappy-bird .
  1. Run it on a new container (on 5000 port):
docker run -p 5000:5000 -t flappy-bird

License

Flappy Bird application is open-sourced software licensed under the MIT License (MIT). Please see License File for more information.

Changelog

Detailed changes for each release are documented in the release notes.

Contributing

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.

Conclusion

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!

FLYBOB

About

No description, website, or topics provided.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors