This is a website for everything created by k8o!
Install the package after preparing Node.js
and pnpm
with reference to the version described in package.json
.
pnpm i --frozen-lockfile
Starts the application in development mode with hot-code reloading, error reporting, and more.
pnpm run dev
There is a collection of components and a design system.
pnpm run storybook
One side is tested by VITEST. It will run in browser mode
except for the utils
test.
pnpm run test
# using Vitest UI
pnpm run test:ui
# If you want to get covarage result ...
pnpm run coverage
Using elsint
affected by next.js
.
pnpm run lint
By prettier
.
pnpm run format
It work in typescript
(tsc --noEmit
).
pnpm run type-check