Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 489 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 489 Bytes

Forta Dashboard

Installation

Use these steps to install project

  1. Provide environment variables into .env file (see .env.example)
  2. npm install

Build project:

npm run build

Serve project:

npm run start

App will be run on 3000 port.

Linting:

npm run lint  // lint js files with eslint
npm run stylelint  // lint scss files with stylelint

Environments

To add runtime environments to the project, you need to specify them in .env file.