This is your newly scaffolded Backstage App, Good Luck!
Installation Steps
We are integrating the husky tool to automate pre-commit tasks such as running yarn prettier, yarn lint:all, and executing test cases. These tasks will automatically run every time you make a commit. The commands are defined in the pre-commit script file located in the .husky folder.
- Run the following command to install Husky:
yarn dlx husky init
- The above command will make some changes to your
package.jsonandpre-commitfiles. Please undo/revert these changes, as the necessary scripts have already been added to the pre-commit file.
To start the app, run:
yarn install
yarn dev