|
|
пре 1 година | |
|---|---|---|
| public | пре 1 година | |
| src | пре 1 година | |
| .env.development | пре 1 година | |
| .eslintrc.cjs | пре 1 година | |
| .gitignore | пре 1 година | |
| .pre-commit-config.yaml | пре 1 година | |
| LICENSE.md | пре 1 година | |
| README.md | пре 1 година | |
| cspell.config.yaml | пре 1 година | |
| eslint.config.js | пре 1 година | |
| index.html | пре 1 година | |
| makefile | пре 1 година | |
| package-lock.json | пре 1 година | |
| package.json | пре 1 година | |
| postcss.config.cjs | пре 1 година | |
| tailwind.config.cjs | пре 1 година | |
| tsconfig.json | пре 1 година | |
| tsconfig.node.json | пре 1 година | |
| vite.config.ts | пре 1 година |
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