create-rds-app
v1.3.0
Published
This is a [Raven Design System](https://ravendesignsystem.github.io/rds/) project bootstrapped with [NextJS](https://github.com/vercel/next.js/) and [RDS React Component Library](https://github.com/cuweb/rds-beta).
Downloads
11
Keywords
Readme
Create RDS App
This is a Raven Design System project bootstrapped with NextJS and RDS React Component Library.
Usage on a project
npx create-rds-app <project-name>
or
yarn create rds-app <project-name>
Development
yarn install
yarn dev
Open http://localhost with your browser to see the result.
Build
yarn build