Quickstart
The GitBook Integration Platform is currently in alpha. It's not opened to developers just yet.
The GitBook Development CLI requires Node v18 or later. It can be installed from NPM using:
npm install @gitbook/cli -g
Then run the following command to authenticate locally:
gitbook auth
Bootstrap your first app by running:
gitbook new
You'll need to give your app a
name
, title
, perLast modified 11d ago