Custom Build
You may want to theme or override so much of Blaze that you should really build a customised version. The best approach is to grab the code from GitHub, change the variables and mixins and build the toolkit yourself.
Step 1Download
Clone the git repo:
git clone git@github.com:BlazeSoftware/css.git
git clone git@github.com:BlazeSoftware/atoms.git
Step 2Install
Install all node modules:
nvm use && npm i
Step 3Develop
Each pacakge should be developed independantly.
You can make changes to the CSS and Atoms repos separately using the following command:
npm start
There is a demo output per repo, that will be served on localhost and will update automatically as changes are detected.
Step 4Test
Every component should have tests.
The CSS is linted and the Atoms are unit and snapshot tested.
npm run test