Plaited is design system first framework for rapidly designing and developing interfaces as requirements change and evolve. This mono repo serves as the workspace for working on our development libraries and tooling. It is divided into 4 workspaces.
libs:
- Rendering libraries, state managment and utilities
- Design token format libraries and tooling
- Test library
- Storybook development libraries and tooling
- bun >= 1.0.7
- vscode
- Docker
- Clone repository and ensure you have bun >= 1.0.7
- Run
bunx playwright install
- Run
bash scripts/setup.sh
- Install docker on local machine
- Ensure docker desktop daemon/app is running
- Open new window for VSCode
ctrl/cmd + shift + p
- search for Dev Containers:Clone Repository in Container Volume
- Enter this repo name plaited/plaited
- Wait for it to download and set everything up
- Open a VSCode terminal tab and run
zsh setup.sh