This project serves an adapted version of the Bootstrap documentation website. It is based on the github pages branche of Bootstrap.
Differences from actual Bootstrap documentation:
- Added custom webfont
- Removed third party scripts
- The src directory is served with Express.
- Templating is done with Nunjucks
- Install dependencies:
npm install
- Serve:
npm start
- Expose localhost:
npm run expose