The CSS and JS front-end framework for PDX Finder. Based on the Life sciences framework.
You'll need to use npm to develop with this.
Clone this repo and run npm install
Edit the .scss
files in /scss
npm run sass:build
: build the sass into./css/app.css
npm run sass:watch
: watch for changes to the sass files and runsass:build
npm run devel
: watch for changes and serve them via browser-sync
- Option 1, manual: Once you generate your css assets, you'll need to put them somewhere to use them.
- Option 2, automatic: This repo is currently configured to use Travis CI. The sass will be automatically compiled and the CSS will be pushed to the gh-pages branch.
- 0.1: Initial proof of concept
- 0.2: Integrate final version of PDX conceptual design