To contribute: Fork the repository, make the changes, and submit pull request.
The build is based on npm and webpack.
- Ensure that git and node are installed
- On OSX, install brew http://brew.sh/
brew install git
brew install node
git clone https://github.com/acthp/brca-website.git
cd brca-website
npm install
npm start
- browse to http://localhost:8080/webpack-dev-server/
Use npm run lint
to run the lint rules. We lint with eslint and babel-eslint.