Multi-timer for CCDC.
Make sure the following dependencies are installed:
- npm and node: installation
- Clone the full repository with
git clone https://github.com/noahapursell/comp-timer.git.
To configue the project, you must create two .env files. One should be placed in ./frontend/.env and the other in ./backend/.env. Look at ./frontend/.env.example and ./backend/.env.example for an example configuration.
The project consists of two parts. A frontend and a backend. Each one is started separatly.
- Navigate to
./backend. - Install npm modules by running
npm i. - Run the backend with
npm start.
- Navigate to
./frontend. - Install npm modules by running
npm i. - Runthe frontend with
npm start.