Skunkworks UI is a collection of insights, experiments, and practical solutions tackling common challenges of UI development—from nuanced UX patterns and technical implementation hurdles. Born out of a desire to elevate interface quality and accessibility, Skunkworks UI serves as both a knowledge base and a creative lab.
Skunkworks UI is built with pnpm. Please follow their install instructions to get pnpm
installed on your system. The pnpm and node versions currently used in this project are 9.1.4
and 20
respectively.
Turbo must also be installed globally if running turbo rather than pnpm from the command line. Please follow their install instructions to get turbo installed on your system. Then, run these commands:
pnpm install # installs dependences across all packages
pnpm build # builds all packages
pnpm lint # lints all packages
pnpm check-types # type checks all packages
pnpm dev # starts the docs
pnpm install # installs dependences across all packages
turbo build # builds all packages
turbo lint # lints all packages
turbo check-types # type checks all packages
turbo dev # starts the docs