A cube timer focused on statistics.
To contribute to this project, you will need to have npm installed, which you can install through node.js. After cloning this repository and being inside the root directory, begin by installing needed modules:
npm installNow, you can start development by running the following command to start the development server:
npm run dev
# use this instead if you want to open the app in a new browser tab
npm run dev -- --open