Skip to content

AdamMinton/looker-viz-package

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Quickstart Dev Instructions

  1. Install Dependecies.

    Using yarn, install all dependencies

    yarn
    
  2. Make changes to the source code

  3. Compile your code

    You need to compile your code, let's run:

    yarn build:development
    

    Recommended: Webpack can detect changes and build automatically

    yarn start
    

    Your compiled code can be found in the specific folder for the visualization in the dist folder.

  4. Finalize and distribute your code You need to compile your code, let's run:

    yarn build:production
    

    Your compile code can be found in the stable folder.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published