Skip to content

nioq/webportal

 
 

Repository files navigation

Installation Guide

ViviBoomFrontend (Web Portal)

Prequisites

  • 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:

    1. 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"
    2. Downgrade Node.js to version 14.
  • 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

Contribute to the project

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! 🚀

About

This is the open source code of the web app / web portal of VIVIBOOM

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 57.3%
  • SCSS 38.9%
  • HTML 3.8%