0.0.27 • Published 5 years ago
@astronomer/spectra v0.0.27
Spectra
Design system for the Astronomer platform.
Add to your project
yarn add @astronomer/spectraimport { Example } from "@astronomer/spectra";
render () {
return (
<Example />
);
}Develop
Clone the repository and use the package manager yarn to install the project's dependencies.
yarn installRun the project with yarn.
yarn startOpen 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.