Get Mini up and running in your local machine 🚀
Last Updated on Feb 29, 2024 by Joeylene
TABLE OF CONTENTS
To setup MiniJS in your local machine, you can do the following:
yarn install
to install dependencies.yarn build
to create the dist
folder which is the bundled output for Mini.js.yarn dev
to run the demo page locally.yarn build-watch
on another terminal to build the files whenever the Mini.js code changes.yarn test
to run automated tests.We use auto in automatically creating releases. When PRs or commits are pushed to the main
branch, the GitHub action will trigger in which it will:
[skip ci]
will prevent the running the NPM Release action.
Bump version 1.0.1 [skip ci]
released
tag to the PRs that were released.main
- production branch
develop
to main
to group npm releases.