Bootstrap is a sleek, intuitive, and powerful front-end framework that makes web development faster and easier. It is created and maintained by Mark Otto and Jacob Thornton. This version is customized by the National Park Service to fit into the agency's graphic identity, and it is used on https://www.nps.gov and other agency websites.
To get started, check out https://www.nps.gov/npmap/bootstrap/!
Note: All National Park Service customizations reside in files that end with -nps
.
- Install Node.js
- Clone repository:
git clone https://github.com/nationalparkservice/bootstrap
cd bootstrap
npm install
- Install Grunt CLI globally:
npm install -g grunt-cli
- Run
grunt dist docs
to build the CSS, JavaScript, and docs - Install Jekyll
gem install rouge
- Run
jekyll serve
- Browse to `http://localhost:9001/npmap/tools/bootstrap/
You can also load Bootstrap directly from the National Park Service's CDN:
https://www.nps.gov/lib/bootstrap/3.3.2/css/nps-bootstrap.min.css
https://www.nps.gov/lib/bootstrap/3.3.2/js/nps-bootstrap.min.js