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

https://github.com/nwylynko/going-live

An experimentary react server that live updates client side when a new version is deployed
https://github.com/nwylynko/going-live

Last synced: 1 day ago
JSON representation

An experimentary react server that live updates client side when a new version is deployed

Awesome Lists containing this project

README

        

# going-live

Note: using bun for deps but node for runtime

To install dependencies:

```bash
bun install
```

## Run

- `yarn build -w`
- `yarn dev`
- `yarn client-dev`
- open http://localhost:3000