-
Install Node.js & NPM: Download and install Node.js from the official website (https://nodejs.org/) which includes npm by default.
-
Clone the repository.
git clone git@github.com:VIVIBOOMOpenSource/webportal.git
-
Navigate to the project directory:
cd webportal
-
Install the dependencies:
npm install
-
Start the development server:
npm run start-dev
Note - If you encounter an error during this step, you have two options:
- Update the
start-dev
script in package.json- From:
"start-dev": "cross-env PORT=3028 NODE_ENV=development react-scripts start"
- To:
"start-dev": "cross-env PORT=3028 NODE_ENV=development react-scripts --openssl-legacy-provider start"
- From:
- Downgrade Node.js to version 14.
- Update the
-
Open your web browser and navigate to http://localhost:3000 to access the web portal.
-
Set up
express-viviboom
if you haven't already so that the backend is also running -
Check our User Guide to quickly get started using ViviBoom. User Guide.pdf
We welcome contributions to make this project even better! Whether it's fixing bugs, adding new features, improving documentation, or optimizing performance, your help is appreciated.
Before you get started, please read the Contribution Guidelines to understand the process and conventions.
Thank you for contributing to the project! 🚀