Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hendi/anfragenverwaltung
https://github.com/hendi/anfragenverwaltung
Last synced: about 6 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/hendi/anfragenverwaltung
- Owner: hendi
- Created: 2021-09-22T11:25:30.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-11-15T09:46:12.000Z (12 months ago)
- Last Synced: 2024-10-11T23:47:26.519Z (26 days 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.localyarn
# Runs rescript watcher (create new terminal tab for this)
npx rescript build -w# runs vite dev server on localhost:8000
npx vite
```