Skip to content

Latest commit

 

History

History
39 lines (20 loc) · 933 Bytes

README.md

File metadata and controls

39 lines (20 loc) · 933 Bytes

Aurora Design System

Aurora is a comprehensive React component library to help build nwPlus websites faster. Common components such as icons, typography, buttons, controls, inputs, and dropdowns have been built with reusability and atomic design in mind so that developers can use them right out of the box. It is built with React Styled Components and Storybook.

Aurora is available as an npm package.

Development

Running the repo for the first time

From the project root directory run

npm install

npm run storybook

and go to localhost: 6006

Run

npm run storybook

and go to localhost: 6006

Production Build

To build your package run:

npm run build

Copy files in dist to package.

npm run copy

To publish to npm (login required)

Make sure to update the version in package.json or it won't publish.

npm run publish