Project Deprecated

This project is no longer maintained. Manager web portal has been moved to the web-client monorepo.

manager-web-portal

Genesis Vision Platform Manager SPA.

Getting started

This project uses yarn as a package manager.

yarn

Installs dependencies.

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

yarn test

Launches the test runner in the interactive watch mode.

yarn build

Builds the app for production to the build folder.

Code formatter

This project uses Prettier code formatter.
Code formatting will be applied on every commit.
Install extension if you want to apply code formatting on file save.