Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 403 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 403 Bytes

Ambassador

Just cloned? Set up GitBook to get started.

npm install

Now you can build the site, e.g., to push to a web server.

npm run build

Still writing and editing? Run the server so you can preview as you go.

npm start

Seeing this page in GitBook? We want this page to be our custom index.html page, not GitBook's generated page. At some point we must figure out how to do that.