Blocks Assistant (Javascript)
SOFTWARE ENGINEERING CONTRIBUTING DOC FOR BLOCKS ASSISTANT
Last updated
Was this helpful?
SOFTWARE ENGINEERING CONTRIBUTING DOC FOR BLOCKS ASSISTANT
Last updated
Was this helpful?
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:
Head over to the GitHub repository:
Fork and clone the repository as shown in the .
Instructions for installing dependencies and linking CLI:
Install dependencies:
Link after installing dependencies, so that you can access/use the Create Collabo App commands in the terminal:
Unlink (this is for when you are done developing):
CLI commands and flags:
The way you operate/run the CLI is still largely the same as what is in the former 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
.
- YouTube video.
- blog post.
Head over to the GitHub repository:
Fork and clone the repository as shown in the .
Once in the chosen folder, follow steps 1 to 4 in the tabs under the section of the former Node mongo user docs, depending on the connection setup type you prefer to use.
Some slight modifications to the steps exist: We have removed the automated dev server for now. For step 4, just use npm run dev:atlas
or npm run dev:local
script commands accordingly.
.
.
.
- 1st 33 minutes.