Development
Clone or fork the repository.
shell
git clone git@github.com:milesstoetzner/stoetzms-work.gitMake sure that your IDE is using Prettier and ESLint and their corresponding configurations.
Code
For installing dependencies ...
shell
yarnFor running the current code ...
shell
yarn workFor linting ...
shell
yarn lint:checkFor fixing lint errors ...
shell
yarn lint:fixFor checking the code style ...
shell
yarn style:checkFor fixing code style errors ...
shell
yarn style:fixDistribution
For transpiling the project ...
shell
yarn dist:buildFor bundling the transpiled code as binaries ...
shell
yarn dist:packageFor compressing the binaries ...
shell
yarn dist:compressLicenses
For checking the licenses of dependencies ...
shell
yarn license:checkFor generating a report containing the licenses of dependencies ...
shell
yarn license:generateDocumentation
We use Vitepress for our documentation. For locally starting the documentation ...
shell
yarn docs:devFor building the documentation ...
shell
yarn docs:buildFor previewing the build documentation ...
shell
yarn docs:preview