fetchq-documentation
v0.0.2
Published
Fetchq Gitbook Documentation Project
Downloads
3
Readme
Fetchq Gitbook Documentation Project
This documentation project uses Gitbook Toolchain, please have a read before you start contributing so you get a hang of it.
There are 2 basic twists from a normal Gitbook project:
src
is used as the contents source folderdocs
is used as the build folder
We achieve that by customizing the gitbook serve/build
command in the package.json
.
Basically you need to use yarn/npm start
and yarn/npm build
to run the gitbook properly.
Start the book locally
yarn install
yarn start
the project will resolve dependencies and boot on port 4000.
Build the book for publication
yarn build
How to contribute
- fork
- make a nice change / fix / contribution
- commit and open a PR
We appreciate your help!