22 lines
531 B
Markdown
22 lines
531 B
Markdown
|
# BibleServer
|
||
|
|
||
|
## Credits to
|
||
|
[Bulma](https://bulma.io/)
|
||
|
[scriptures_json](https://github.com/bcbooks/scriptures-json)
|
||
|
[Newtonsoft.Json](https://www.nuget.org/packages/Newtonsoft.Json)
|
||
|
[MySelf, Tesses.WebServer](https://nuget.org/packages/Tesses.WebServer)
|
||
|
God: for creating the scriptures
|
||
|
and anyone else I didn't mention
|
||
|
|
||
|
## To Use
|
||
|
```bash
|
||
|
$ cd BibleServerCli
|
||
|
$ dotnet run
|
||
|
```
|
||
|
and goto [localhost:7777](http://localhost:7777/)
|
||
|
|
||
|
## If you dont have dotnet
|
||
|
[Click here](https://dotnet.microsoft.com/en-us/)
|
||
|
|
||
|
## Licensed Under GPLv3
|