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
- Host: GitHub
- URL: https://github.com/jonas/example-gitbook-site-with-tut
- Owner: jonas
- Created: 2016-12-07T04:37:46.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-05-25T13:05:08.000Z (over 7 years ago)
- Last Synced: 2025-10-09T03:03:12.660Z (3 months ago)
- Language: Scala
- Size: 1.95 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"
```