Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 395 Bytes

CONTRIBUTING.md

File metadata and controls

10 lines (7 loc) · 395 Bytes

Configuring your environment

Install

  1. Run npm run install
  2. Run npm run build:stories
  3. In another terminal run npm run start:docs (http://localhost:3000/stories-react should be opened)

You can start making changes and see it in action in the documentation site.

Note: if you change the types.d.ts file in the stories package, you need to re run npm run build:stories.