Skip to content
This repository has been archived by the owner on Nov 12, 2018. It is now read-only.

GenesisVision/manager-web-portal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.