An open API service indexing awesome lists of open source software.

https://github.com/whatfor/home

WhatFor Home
https://github.com/whatfor/home

Last synced: 5 days ago
JSON representation

WhatFor Home

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`