8000 GitHub - rbondoc96/www: My personal website, developed with React and Next.js
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

rbondoc96/www

Repository files navigation

Personal Website

Setup

  1. Install dependencies: pnpm i --frozen-lockfile
  2. Run the dev server: pnpm dev

Common Commands

  • pnpm checks - Runs type, linting, and formatting checks concurrently
  • pnpm format - Runs Prettier code style checks
  • pnpm lint - Runs ESLint checks
  • pnpm stan - Runs the TypeScript compiler as a type checker
  • pnpm test - Runs test scripts
0