schibsted-bedrock
v0.3.0
Published
Building Schibsted front-end one pebble at a time.
Downloads
3
Readme
bedrock
A responsive front-end framework
The project started as a hackathon project by @robert-borowiec and @anders-olsen-sandvik. We wanted to make a common front-end framework instead of making the same components over and over again in different projects. To do this we want to create modular and reusable components. This means less work in total, more control and better consistency throughout projects.
Most of the components are comming from @henry-redman s visual design library -> https://confluence.schibsted.io/display/SPTUX/01+Visual+Design+Library
Development
Start by reading about KSS
$ npm install
$ npm run dev
Testing
On every commit we are running the tests on Travis.
$ npm test
Publishing
Update CHANGELOG.md
$ npm version <patch | minor | major>
$ git push --tags origin master
$ npm publish
$ npm run deploy