mirror of
https://github.com/metosin/reitit.git
synced 2025-12-17 00:11:11 +00:00
README.md: Instructions for running gitbook locally
This commit is contained in:
parent
6a95841e78
commit
405e5a40be
1 changed files with 9 additions and 0 deletions
|
|
@ -31,6 +31,15 @@ Also to [Compojure-api](https://github.com/metosin/compojure-api), [Kekkonen](ht
|
|||
|
||||
And some [Yada](https://github.com/juxt/yada) too.
|
||||
|
||||
## Development instructions
|
||||
|
||||
The documentation is built with [gitbook](https://toolchain.gitbook.com). To preview your changes locally:
|
||||
|
||||
```bash
|
||||
npm install -g gitbook-cli
|
||||
gitbook serve
|
||||
```
|
||||
|
||||
## License
|
||||
|
||||
Copyright © 2017 [Metosin Oy](http://www.metosin.fi)
|
||||
|
|
|
|||
Loading…
Reference in a new issue