broadsign-platform-dsm
v0.1.2
Published
The unified platform design system, which is built in collaboration with the UX team
Downloads
3
Readme
platform-dsm
The unified platform design system, which is built in collaboration with the UX team
Overview
The Platform DSM is built using Storybook and written in Typescript.
Quickstart
The below guide is written for macOS, and may vary slightly depending on your OS.
Dependencies
- NPM (Node.js 15.8.0)
- An IDE
Install npm dependencies
- CD to the root directory
- run
npm install
Run Storybook
- CD to the root directory
- run
npm run start
- Navigate in your browser to
http://localhost:8000
Execute the tests
- CD to the root directory
Unit Tests
- run
npm run test
More details
Please visit the Wiki page for more detailed information on the application.