@servicetitan/startup

Globally install the yalc package

Usage no npm install needed!

<script type="module">
  import servicetitanStartup from 'https://cdn.skypack.dev/@servicetitan/startup';
</script>

README

@servicetitan/startup

Run Locally

Initial Setup

  1. Globally install the yalc package
$ npm i yalc -g
  1. Build the uikit packages
$ cd <path-to-uikit>
$ npm run build
  1. Run yalc publish in the startup package folder
$ cd .\packages\startup\
$ yalc publish
  1. Run yalc add @servicetitan/startup in your dependent project, which will use the current version of the startup package
$ cd <path-to-your-project>
$ yalc add @servicetitan/startup
  1. Update your dependencies
$ npm run bootstrap

Fetch Changes

  1. Build the uikit packages
$ cd <path-to-uikit>
$ npm run build
  1. Run yalc push in the startup package folder
$ cd .\packages\startup\
$ yalc push
  1. Update your dependencies
$ cd <path-to-your-project>
$ npm run bootstrap