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

https://github.com/splurf/wlrs-server


https://github.com/splurf/wlrs-server

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# wlrs-wasm

## Build
```bash
cargo build --release
```

## Production
```bash
mv target/release/wlrs-server /usr/local/bin/wlrs-server
```