https://github.com/whatfor/home
WhatFor Home
https://github.com/whatfor/home
Last synced: 5 days ago
JSON representation
WhatFor Home
- Host: GitHub
- URL: https://github.com/whatfor/home
- Owner: WhatFor
- Created: 2025-11-25T21:28:02.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-12-28T10:29:42.000Z (6 months ago)
- Last Synced: 2025-12-29T10:34:51.718Z (6 months ago)
- Language: HTML
- Homepage: https://whatfor.dev
- Size: 467 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WhatFor
### Local Dev
Run a local dev server with:
```bash
sh dev.sh
```
which will:
- Start a file watcher to monitor `./src` for changes. Upon a change, execute `build.cs`.
- Start a local file server from `./dist` on port `3000`.
The `dev.sh` script invokes both `watch.sh` and `serve.sh`. Watch is responsible for calling `dotnet run build.cs`.
### Deployment
On the target server:
- `git fetch && git pull`
- `dotnet run build.cs`
- Point nginx to `./dist`