|
|
il y a 1 an | |
|---|---|---|
| public | il y a 1 an | |
| src | il y a 1 an | |
| .env.development | il y a 1 an | |
| .eslintrc.cjs | il y a 1 an | |
| .gitignore | il y a 1 an | |
| .pre-commit-config.yaml | il y a 1 an | |
| LICENSE.md | il y a 1 an | |
| README.md | il y a 1 an | |
| cspell.config.yaml | il y a 1 an | |
| eslint.config.js | il y a 1 an | |
| index.html | il y a 1 an | |
| makefile | il y a 1 an | |
| package-lock.json | il y a 1 an | |
| package.json | il y a 1 an | |
| postcss.config.cjs | il y a 1 an | |
| tailwind.config.cjs | il y a 1 an | |
| tsconfig.json | il y a 1 an | |
| tsconfig.node.json | il y a 1 an | |
| vite.config.ts | il y a 1 an |
A simple frontend in Typescript/Vue to manage timetables for your next term at university.
The .env.development file contains some default environment variables that may be
customized during the building process by including a .env.production file with custom
values.
All required API endpoints are are documented in the OpenAPI documentation repo.
You need to have the following tools installed before starting:
git clone https://codeberg.org/Modulplaner/modulplaner.git
npm install
npm run dev