Skip to content

Latest commit

 

History

History
41 lines (33 loc) · 1.64 KB

README.md

File metadata and controls

41 lines (33 loc) · 1.64 KB

Joonas Sandell Logomark :D

UI Laboratory by Joonas Sandell

Components built in this repository are hosted at https://joonassandell.com/ui-lab. This is a Next.js app bootstrapped with create-next-app.

Getting started

git clone [email protected]:joonassandell/ui-lab.git
cd ui-lab
bun install
bun run dev

Scripts

  • bun run build:ignore: Run build and ignore errors
  • bun run build:lib:styles: Build the library styles
  • bun run build:lib:ts: Build the library TypeScript
  • bun run build:lib: Build the library
  • bun run build: Build the application
  • bun run check: Run TypeScript type checking and ESLint
  • bun run dev:lib: Watch the library TypeScript and styles
  • bun run dev: Run a development server and open localhost:3001 with your browser
  • bun run lint:fix: Run ESLint and fix possible errors
  • bun run lint: Run ESLint
  • bun run preview:ignore: Build the application and preview it locally by ignoring errors
  • bun run preview: Build the application and preview it locally
  • bun run start: Start the application in production mode. The application should be build first.
  • bun run typecheck: Run TS type checking
  • bun run watch:lib:styles: Watch the library styles
  • bun run watch:lib:ts: Watch the library TypeScript

Copyright

Copyright © Joonas Sandell