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