Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 683 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 683 Bytes

Top players

TopPlayers is a web application for speedcubers. By integrating with the WCA API, TopPlayers provides information on where the best competitors in the world are competing this weekend.
If you have any suggestions or ideas to app, feel free to contact me or submit issue/pull request.

Development

TopPlayers is built with React and MUI. Also, it uses Vite.

Requirements

  • NodeJS (version 19.0.0 or later)

Setup app

  • Clone this repo and navigate into it
git clone https://github.com/maxidragon/TopPlayers
cd TopPlayers
  • Install dependencies
npm install
  • Run server
npm start

The server will be accessible at localhost:3000