Components built in this repository are hosted at https://joonassandell.com/ui-lab. This is a Next.js app bootstrapped with create-next-app.
git clone [email protected]:joonassandell/ui-lab.git
cd ui-lab
bun install
bun run dev
bun run build:ignore
: Run build and ignore errorsbun run build:lib:styles
: Build the library stylesbun run build:lib:ts
: Build the library TypeScriptbun run build:lib
: Build the librarybun run build
: Build the applicationbun run check
: Run TypeScript type checking and ESLintbun run dev:lib
: Watch the library TypeScript and stylesbun run dev
: Run a development server and open localhost:3001 with your browserbun run lint:fix
: Run ESLint and fix possible errorsbun run lint
: Run ESLintbun run preview:ignore
: Build the application and preview it locally by ignoring errorsbun run preview
: Build the application and preview it locallybun run start
: Start the application in production mode. The application should be build first.bun run typecheck
: Run TS type checkingbun run watch:lib:styles
: Watch the library stylesbun run watch:lib:ts
: Watch the library TypeScript
Copyright © Joonas Sandell