Collabocate [Website]

SOFTWARE ENGINEERING CONTRIBUTING DOC FOR COLLABOCATE WEBSITE


General Information about project

Collabocate [Website]

Local development instructions

Find the local development instructions for Collabo Community App projects in the tabs below, depending on the one you want to develop locally.

Local development instructions:


Instructions for installing dependencies and starting the frontend web client:

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

Install dependencies:

npm install

Run the development server:

npm run dev

Last updated

Was this helpful?