Last active
October 20, 2021 20:37
-
-
Save jakehamilton/05a3938833ac31b1194345fe05f657ca to your computer and use it in GitHub Desktop.
Little UI Early Preview - Installation and Setup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Clone the repo (only the feat/ui branch) | |
| git clone git@github.com:jakehamilton/littlethings.git -b feat/ui | |
| # Enter the cloned repo | |
| cd littlethings | |
| # Install dependencies for managing the repo | |
| npm install | |
| # Install and link local modules (via Titan) | |
| npm run bootstrap | |
| # Build the unreleased css dependency that Little UI relies on | |
| npm run build -- -s css | |
| # Start the demo environment (try restarting if Vite's refresh code throws an error) | |
| npm run dev | |
| # Or run storybook | |
| npm run storybook |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment