Skip to content

Files

Latest commit

 

History

History

example-app

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Example Gitbook App

This is a gitbook project. Check out the official documentation for more detatis.

The content of the book is in the ./content folder in this project.

To edit and add in the project

  • SUMMARY.md is the left-side menu. Add the link to new pages to add to the menu.
  • Create and edit in the ./content folder. This will automatically add it to the _book folder.

To install the dependencies:

npm install

Run the gitbook server at localhost:4000

npm run serve

Build a static copy of the book:

npm run build

Run a local debug version of the server:

npm run debug