Added readme and license files

This commit is contained in:
ookami125 2025-04-18 12:00:02 -04:00
parent 4aa7fc1ff4
commit 7d1962307c
12 changed files with 627 additions and 0 deletions

34
README.md Normal file
View file

@ -0,0 +1,34 @@
## Badges
Add badges from somewhere like: [shields.io](https://shields.io/)
[![MPL-2.0 License](https://img.shields.io/badge/License-MPL--2.0-green.svg)](https://choosealicense.com/licenses/mpl-2.0/) [![apache-2.0 License](https://img.shields.io/badge/License-apache--2.0-yellow.svg)](https://choosealicense.com/licenses/apache-2.0/)
# SpacetimeDB-Zig
This is an example implementation of a zig module for SpacetimeDB
## Authors
- [@ookami125](https://www.github.com/ookami125)
- [@suirad](https://github.com/suirad)
## Run Locally
```bash
git clone https://github.com/ookami125/SpacetimeDB-Zig
cd SpacetimeDB-Zig
nohup spacetime start &
./spacetimedb.sh publish
./spacetimedb.sh logs -f
```
## License
For the main.zig file which is reimplementation of blackholio we're using the SpacetimeBD license for blackholio.
[Apache-2.0](https://github.com/clockworklabs/Blackholio/blob/master/LICENSE)
All other files in the repo are under [MPL-2.0](https://github.com/ookami125/SpacetimeDB-Zig/blob/master/LICENSE-MPL-2.0)