Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 305 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 305 Bytes

bi-plugin-looker-floor-panel

Getting started

  1. Install dependencies

    npm run install
  2. Build plugin in development mode or run in watch mode

    npm run dev
    
    # or
    
    npm run watch
  3. Build plugin in production mode

    npm run build