No description
Find a file
2024-07-04 11:46:38 +02:00
.vscode Initial commit 2024-07-04 11:46:38 +02:00
nginx Initial commit 2024-07-04 11:46:38 +02:00
public Initial commit 2024-07-04 11:46:38 +02:00
src Initial commit 2024-07-04 11:46:38 +02:00
.dockerignore Initial commit 2024-07-04 11:46:38 +02:00
.env.example Initial commit 2024-07-04 11:46:38 +02:00
.gitignore Initial commit 2024-07-04 11:46:38 +02:00
.gitlab-ci.yml Initial commit 2024-07-04 11:46:38 +02:00
.releaserc Initial commit 2024-07-04 11:46:38 +02:00
dev-entrypoint.sh Initial commit 2024-07-04 11:46:38 +02:00
docker-entrypoint.sh Initial commit 2024-07-04 11:46:38 +02:00
Dockerfile Initial commit 2024-07-04 11:46:38 +02:00
env.d.ts Initial commit 2024-07-04 11:46:38 +02:00
index.html Initial commit 2024-07-04 11:46:38 +02:00
LICENSE Initial commit 2024-07-04 11:46:38 +02:00
package-lock.json Initial commit 2024-07-04 11:46:38 +02:00
package.json Initial commit 2024-07-04 11:46:38 +02:00
README.md Initial commit 2024-07-04 11:46:38 +02:00
tsconfig.app.json Initial commit 2024-07-04 11:46:38 +02:00
tsconfig.json Initial commit 2024-07-04 11:46:38 +02:00
tsconfig.node.json Initial commit 2024-07-04 11:46:38 +02:00
update-version.sh Initial commit 2024-07-04 11:46:38 +02:00
vite.config.ts Initial commit 2024-07-04 11:46:38 +02:00

ScheduleTogether Frontend

pipeline status Latest Release

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.