Skip to content

vipin-vd/backstage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is your newly scaffolded Backstage App, Good Luck!

Pre-requisites:

Installation Steps

Add pre-commit

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.

  1. Run the following command to install Husky:
    yarn dlx husky init
  2. The above command will make some changes to your package.json and pre-commit files. Please undo/revert these changes, as the necessary scripts have already been added to the pre-commit file.

Start App

To start the app, run:

yarn install
yarn dev

Exercises

About

Customized version of backstage for everyone to use

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published