0.0.2 • Published 7 years ago
fetchq-documentation v0.0.2
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:
srcis used as the contents source folderdocsis 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 startthe project will resolve dependencies and boot on port 4000.
Build the book for publication
yarn buildHow to contribute
- fork
- make a nice change / fix / contribution
- commit and open a PR
We appreciate your help!
0.0.2
7 years ago