Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/prefer-social/kite


https://github.com/prefer-social/kite

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

Kite - prefer.social

## Build WASM files
```
spin build
```

## Create a docker image
```
docker build -t ghcr.io/prefer-social/kite:$(date +%s) -t ghcr.io/prefer-social/kite:latest -f ./app.Containerfile .
```