Build in Blocks [Framework]

SOFTWARE ENGINEERING CONTRIBUTING DOC FOR BUILD IN BLOCKS FRAMEWORK


General Information about project

Build in Blocks [Framework]COLLABOCATE'S BUILD IN BLOCKS FRAMEWORK PROJECT

Local development instructions

Find the local development instructions for the different Building Blocks projects in the tabs below, depending on the one you want to develop locally.

Once you have the repository on your local computer, ensure you are in the root of the project's directory. Then follow the steps below.


Installing project dependencies

Install dependencies (if you have not done so before):

npm install

Run and watch changes for Block CSS files

Run the script command below to compile/build the scss files into css files:

npm run blocks:css

Last updated

Was this helpful?