https://github.com/VulderApp/Frontend
https://github.com/VulderApp/Frontend
material-ui react react-dom-router
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/VulderApp/Frontend
- Owner: VulderApp
- License: apache-2.0
- Created: 2021-06-30T13:54:25.000Z (almost 5 years ago)
- Default Branch: dev
- Last Pushed: 2023-03-06T20:26:15.000Z (over 3 years ago)
- Last Synced: 2024-02-12T17:06:10.360Z (over 2 years ago)
- Topics: material-ui, react, react-dom-router
- Language: TypeScript
- Homepage: https://vulder.xyz
- Size: 6.86 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Frontend
[](https://github.com/VulderApp/Frontend/actions/workflows/lint.yml)
[](https://discord.gg/RP6JNRpnph)
Main web application to show timetable from your school
## Requirements
* Node.js >= 16
* Yarn v1
## Install dependencies
```bash
$ yarn
```
## Run app in dev mode
```bash
$ yarn
$ yarn start
```
## Build
```bash
$ yarn build
```