Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 615 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 615 Bytes

Board UI

Build Status

UI Components

  1. Board
  2. Sticky Note

All together - Board UI

Run

Install docker and docker-compose. Follow instructionsn here. Then run the following inside terminal.

./sd # Runs a shell script.

# Now, in docker terminal: 

yarn # To install all dependencies.
yarn watch # start watch mode on the project.

Then goto http://localhost:3810 to view the project.

Notes

npx -p @storybook/cli sb init --type react