Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prefer-social/kite
https://github.com/prefer-social/kite
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/prefer-social/kite
- Owner: prefer-social
- License: agpl-3.0
- Created: 2024-04-01T02:24:15.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-08-27T13:10:50.000Z (4 months ago)
- Last Synced: 2024-08-28T04:37:55.900Z (4 months ago)
- Language: Rust
- Size: 784 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 .
```