https://leaderboard-chess.com/
This project aims to add hidden users from the Chess.com leaderboard.
- Open the
players.csv
file. - Add a new line with the user's username and the reason they are hidden.
Example:
username,cause_of_hidden
new_user,hidden_reason
- Save the players.csv file.
- The user will be added to the leaderboard.
- Ensure that the username is correct.
- Provide a valid reason for hiding the user from Chess.com.
Every hour
npm i
- to install dependenciesnpm run load-data
- to load and prepare datanpm run dev
- to start development servernpm run build
- to build the project