The HTML / CSS components for The Embassy of Good Science using Bootstrap 4 .
Our components library is hosted with GitHub Pages and its set on https://components.embassy.science
- Bootstrap - docs
- Eleventy - static generator docs
- Nunjucks - sophisticated templating engine for JavaScript docs
- Travis CI - used to deploy to github pages
- Install dependencies
npm install
- Builds project in development mode
npm run start
- Build and optimise project in production mode
npm run build
- Lint your js files
npm run lint