Leaderboard repo
- HTML
- CSS
- JS
To get started locally follow these simple example steps.
- Fork and clone the repo to your computer using
git clone git@github.com:munsa1/leaderboard.git
in the terminal or command prompt (this assumes that you have set up git to use your ssh key, if you haven't see here). - Install Node.
- Run the command
npm install
inside the repo in a terminal to install all the required dependancies. - Create a new feature branch using
git checkout -b feature-name
. - Run
npm start
to launch a live server and monitor changes as you code. - Push the branch to github using
git push
- Create a descriptive pull request detailing what your new feature is
👤 Munsa Mibenge
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
This project is MIT licensed.