Build in Blocks [Assistant]

SOFTWARE ENGINEERING CONTRIBUTING DOC FOR BUILD IN BLOCKS ASSISTANT


General Information about project

Build in Blocks [Assistant]COLLABOCATE'S BUILD IN BLOCKS ASSISTANT PROJECT

Local development instructions

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

Local development instructions:


Instructions for installing dependencies and linking CLI:

Once you have the repository on your local computer, ensure you are in the root of the project's directory. Then install globally and uninstall globally following the steps below.

Install dependencies:

npm install

Link after installing dependencies, so that you can access/use the Create Collabo App commands in the terminal:

npm link

Unlink (this is for when you are done developing):

npm unlink

CLI commands and flags:

The way you operate/run the CLI is still largely the same as what is in the former Node Mongo user doc at the moment. The only difference (for now) is the main CLI command i.e. Instead of node-mongo, use collabo-be. Similarly for the shorter version of the commands - instead of nmgo, use c-be.


Learning resources


Last updated

Was this helpful?