Backstage UI
Backstage UI frontend reusable components
Live Example & Documentation
Checkout our website with a live demo!
Developing
To run the development server and see the examples:
git clone git@github.com:backstage-ui/backstage-ui.git
cd backstage-ui/
make setup
make run
Then visit http://localhost:3000 on your browser.
make unit
To lint local source files:
make lint
To run tests and lint:
make test
Dependencies
Backstage-UI depends on Sass to build style assets.
License
Backstage-UI is licensed under the MIT license.