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

BRACKETS-by-TRIAD/remp-segment-builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install guide

  1. Run yarn install
  2. Be sure to have segment config filled in a global scope. It should look like this:
window.Segments = {
  config: {
    AUTH_TOKEN: '',
    API_HOST: '',
    CANCEL_PATH: '',
    SEGMENT_ID: null
  }
};
  1. yarn serve for development

Build guide

  • Run yarn build if you want to build whole application for the deployment. Then you can host contents of /dist folder as static files.
  • Run yarn build-lib if you want to make build of remp-segment-builder as npm package (It's used for example in remp-scenario-builder).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published