Skip to content
This repository has been archived by the owner on Sep 8, 2020. It is now read-only.

backstage-ui/backstage-ui

Repository files navigation

Backstage UI Build Status

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.