Ensure you have the following installed:
Python 3.x
Node.js 20.x
- Clone the repository:
git clone https://github.com/Pojoto/cubingclub-vt.git
cd cubingclub-vt
- Activate the virtual enviornment:
- Windows:
backend\.venv\Scripts\activate - Linux:
source backend/.venv/bin/activate
- Windows:
- Run with node:
npm --prefix frontend run dev - Open http://localhost:3000
Contributions are welcome! If you find a bug, have a feature request, or would like to contribute code, feel free to open an issue or submit a pull request.
