Skip to content

Instantly share code, notes, and snippets.

@jakehamilton
Last active October 20, 2021 20:37
Show Gist options
  • Select an option

  • Save jakehamilton/05a3938833ac31b1194345fe05f657ca to your computer and use it in GitHub Desktop.

Select an option

Save jakehamilton/05a3938833ac31b1194345fe05f657ca to your computer and use it in GitHub Desktop.
Little UI Early Preview - Installation and Setup
# 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