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