README
Spectra
Design system for the Astronomer platform.
Add to your project
yarn add @astronomer/spectra
import { Example } from "@astronomer/spectra";
render () {
return (
<Example />
);
}
Develop
Clone the repository and use the package manager yarn to install the project's dependencies.
yarn install
Run the project with yarn.
yarn start
Open Storybook at http://localhost:51731/.
Release Process
- Login to
npmin your terminal. - Manually bump the
versioninpackage.json. - Run
npm publish- this builds the new/distand pushes to npm
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.