An open API service indexing awesome lists of open source software.

https://github.com/jonas/example-gitbook-site-with-tut

Example GitBook sbt-site using tut
https://github.com/jonas/example-gitbook-site-with-tut

Last synced: 3 months ago
JSON representation

Example GitBook sbt-site using tut

Awesome Lists containing this project

README

          

# example-gitbook-site-with-tut

You must have [Gitbook CLI](https://github.com/GitbookIO/gitbook-cli) installed.

You should also have [node.js](https://nodejs.org/en/download/package-manager/) installed.

If you try running "makeSite" by itself, it will complain about missing files. You must run "tut" first.

```
sbt ";tut; makeSite"
```