WIP
- install NodeJS, https://nodejs.org/en/
- run cmd
yarn npm i -g yarn
to install yarn package and project manager - install projects depedancies
yarn install
Using Visual Studio Code as your IDE is recommanded for the vast amount of features it provides for typescript source code
- cmd
npm run publish
pack the non-private workspace into a fresh archive and upload it to the npm registry.