@servicetitan/startup
v33.0.1
Published
1. Globally install the `yalc` package
Downloads
42,750
Keywords
Readme
@servicetitan/startup
Run Locally
Initial Setup
- Globally install the
yalcpackage
$ npm i yalc -g- Build the
uikitpackages
$ cd <path-to-uikit>
$ npm run build- Run
yalc publishin thestartuppackage folder
$ cd .\packages\startup\
$ yalc publish- Run
yalc add @servicetitan/startupin your dependent project, which will use the current version of the startup package
$ cd <path-to-your-project>
$ yalc add @servicetitan/startup- Update your dependencies
$ npm run bootstrapFetch Changes
- Build the
uikitpackages
$ cd <path-to-uikit>
$ npm run build- Run
yalc pushin thestartuppackage folder
$ cd .\packages\startup\
$ yalc push- Update your dependencies
$ cd <path-to-your-project>
$ npm run bootstrap