Added readme and license files
This commit is contained in:
parent
4aa7fc1ff4
commit
7d1962307c
12 changed files with 627 additions and 0 deletions
34
README.md
Normal file
34
README.md
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
|
||||
## 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)
|
||||
Loading…
Add table
Add a link
Reference in a new issue