Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 397 Bytes

File metadata and controls

31 lines (21 loc) · 397 Bytes

feast-dashboard

Project setup

  1. Install node
  2. Install yarn
  3. Go to ui directory and run:
yarn install

Development

Compiles and hot-reloads for development:

yarn run serve

Compiles and minifies for production:

yarn run build

Lints and fixes files:

yarn run lint