34 lines
No EOL
1 KiB
Markdown
34 lines
No EOL
1 KiB
Markdown
|
|
## Badges
|
|
|
|
Add badges from somewhere like: [shields.io](https://shields.io/)
|
|
|
|
[](https://choosealicense.com/licenses/mpl-2.0/) [](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) |