Skip to content

Latest commit

 

History

History
91 lines (61 loc) · 2.26 KB

README.md

File metadata and controls

91 lines (61 loc) · 2.26 KB

Leaderboard

The leaderboard website displays scores submitted by different players. It also allows you to submit your score.

Built With

  • HTML, CSS, JavaScript
  • Webpack
  • Git & GitHub

Live Demo (if available)

Live Demo Link

Get Started

To get the content of this project locally you need to run the following commands in your terminal.

Prerequisites

  • IDE(code editor) like: Vscode, Sublime, etc.
  • Git

Setup

  1. Download the Zip file or clone the repo with:
git clone https://github.com/Samuellekpor/leaderboard.git
  1. To access cloned directory run:
cd leaderboard
  1. Open it with the live server by running:
npm run start

Install

To install linters and other project's dependencies run:

npm install

Run Test for Linters

For tracking linter errors locally you need to follow these steps:

  1. For tracking linter errors in HTML files run:
npx hint .
  1. For tracking linter errors in CSS or SASS files run:
npx stylelint "\*_/_.{css,scss}"
  1. For tracking linter errors in JavaScript files run:
npx eslint .

Authors

👤 Sammuel LEKPOR

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

📝 License

This project is MIT licensed.