notlfish / games-leaderboard

Simple webapp to display externally-stored leaderboards for games
MIT License
0 stars 0 forks source link

games-leaderboard

Simple webapp to display externally-stored leaderboards for games

Screenshot

Leaderboard main page

Built With

Getting Started

You'll need to have git and npm installed in you environment to follow these instructions. To get a local copy of the repository please run the following commands on your terminal:

$ cd <folder>
$ git clone https://github.com/notlfish/games-leaderboard.git
$ cd games-leaderboard

To be able to serve the project on your computer, you'll need to install the developer's dependencies.

$ npm install && npm install --dev

With this, you can use

$ npm run build
$ npm start

To build the project and to start a server, respectively. npm start should open the page in a browser by itself, if it doesn't, you can just access localhost:8080 to see the project.

Author

👤 Lucas Ferrari Soto

🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check the issues page.

Acknowledgements

The app's style is inspired by Revelación web page.

Show your support

Give a ⭐️ if you like this project!

📝 License

MIT