## 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)