|
|
1 tahun lalu | |
|---|---|---|
| public | 1 tahun lalu | |
| src | 1 tahun lalu | |
| .env.development | 1 tahun lalu | |
| .eslintrc.cjs | 1 tahun lalu | |
| .gitignore | 1 tahun lalu | |
| .pre-commit-config.yaml | 1 tahun lalu | |
| LICENSE.md | 1 tahun lalu | |
| README.md | 1 tahun lalu | |
| cspell.config.yaml | 1 tahun lalu | |
| eslint.config.js | 1 tahun lalu | |
| index.html | 1 tahun lalu | |
| makefile | 1 tahun lalu | |
| package-lock.json | 1 tahun lalu | |
| package.json | 1 tahun lalu | |
| postcss.config.cjs | 1 tahun lalu | |
| tailwind.config.cjs | 1 tahun lalu | |
| tsconfig.json | 1 tahun lalu | |
| tsconfig.node.json | 1 tahun lalu | |
| vite.config.ts | 1 tahun lalu |
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