1.3.0 • Published 3 years ago
@metrostar/warpspeed v1.3.0
WarpSpeed USWDS Component Library
This component library was built in React with Typescript, based on the United States Web Design System (USWDS) 3.0 Design System. The primary goal of this project is to provide a simplified react version of USWDS.
Getting Started
npm installto install all project dependencies.npm run storybookto load up the Design System.
Other Useful Commands
npm run testto run Jest tests and code coverage.npm run lintto run ESLint on the Typescript code.npm run prettierto enforce code style with Prettier.
Contributing
To publish a new version, first update the version tag in package.json, then run an npm run rollup to compile the release. Finally, run npm publish to make your updates available from npm install.