0.3.0 • Published 8 years ago

schibsted-bedrock v0.3.0

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

bedrock Build Status

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