https://github.com/hendi/anfragenverwaltung
https://github.com/hendi/anfragenverwaltung
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hendi/anfragenverwaltung
- Owner: hendi
- Created: 2021-09-22T11:25:30.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-11-15T09:46:12.000Z (over 2 years ago)
- Last Synced: 2025-10-29T13:47:26.316Z (7 months ago)
- Language: ReScript
- Size: 1.2 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Anfragenverwaltung
```
# Copy over the default env variables
cp .env.defaults .env.local
yarn
# Runs rescript watcher (create new terminal tab for this)
npx rescript build -w
# runs vite dev server on localhost:8000
npx vite
```