1.3 KiB
Executable file
1.3 KiB
Executable file
ScheduleTogether Frontend
Frontend for ScheduleTogether.
Testing:
npm run dev
In dev mode, the interface is exposed on http://localhost:5173/.
Note: you need to have the backend running in order to properly test the frontend. Dummy backend for development might be a focus in the future.
Building:
npm run build
Note: The recommended way of running ScheduleTogether is with the docker-compose file found here. It includes the frontend, backend and a database. If you want to run each service separately, remember to create a .env file. Example file for Frontend can be found here. If you won't be running in docker, you should instead edit the config.json file.