Skip to content
This repository was archived by the owner on Feb 24, 2025. It is now read-only.

CSIS-iLab/health-commission

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3,005 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSIS Commission on Strengthening America's Health Security

The website for the CSIS Commission on Strengthening America's Health Security. It is built on the CSIS Jekyll Starter that utilizes gulp, Sass, Autoprefixer, PostCSS, Webpack, imagemin, and Browsersync to speed-up development.

Table of Contents

Quick-start Instructions

$ git clone https://github.com/CSIS-iLab/health-commission.git
$ cd health-commission
$ npm install
$ bundle install --path vendor/bundle
$ npm start

Usage

Local Development

This will give you file watching, browser synchronisation, auto-rebuild, CSS injecting, etc.

$ npm start

Build for Production

This will set the JEKYLL_ENV to production and use the production config file(s) set in frasco.config.js to override default settings.

$ npm run build

See More Commands

This will display all available commands, such as running eslint or imagemin independently.

$ npm run

Jekyll

You can also use any of the default Jekyll commands listed in their docs.

What's Included

For more information on what is included and modifying the default configuration, see the What's Included guide.

Contributing

Branching

When modifying the code base, always make a new branch. Unless it's necessary to do otherwise, all branches should be created off of master.

Branches should use the following naming conventions:

Branch type Name Example
New Feature feature/<short description of feature> feature/header-navigation
Bug Fixes bug/<short description of bug> bug/mobile-navigation
Documentation docs/<short description of documentation being updated> docs/readme
Code clean-up/refactoring refactor/<short description> refactor/apply-linting
Content Updates content/<short description of content> content/add-new-posts

When ready to merge, submit a Pull Request into master. All code will be reviewed by the lead developer on the project before being merged into master.

Commit Messages

Write clear and concise commit messages describing the changes you are making and why. If there are any issues associated with the commit, include the issue # in the commit title.

CSS Styles

  • This project uses the BEM naming convention.

Copyright / License

Copyright © 2018 CSIS iDeas Lab under the MIT License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors