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 PROJECTLocal development instructions
We've made recent changes to the repository location and local development instructions of this project. Therefore, this section may be outdated. For now and pending the time that this section will be updated, you can get guidance on where to find and how to run this project in our collabo community Discord channel.
Head over to the GitHub repository: https://github.com/collabo-community/building-blocks
Fork and clone the repository as shown in the SWE contribution workflow.
Find the local development instructions for the different Building Blocks projects in the tabs below, depending on the one you want to develop locally.
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?