@sportsdigita/digideck-sdk
v0.0.165
Published
Digideck Developer tools
Downloads
126
Keywords
Readme
How do I build and run for local development?
nvm use 20
npm install
npm run build:dev
- in second terminal
npm start
How do I build for production?
npm run build:prod
Output build to core plugins node_modules for testing core plugins
- set environment variable CORE_PLUGINS_PATH to your local path to core-plugins repo by running command
export CORE_PLUGINS_PATH="path/to/platform-core-plugins"
- to make this environment variable permanent add
export CORE_PLUGINS_PATH="path/to/platform-core-plugins"
command to your.zshrc
or.bashrc
to set env on startup. npm run build:coreplugins
- then in platform-core-plugins repository you can run
gulp watch
to listen for when SDK is update and automatically rebuild