Skip to content

rbondoc96/www

Repository files navigation

Personal Website

Setup

  1. Install dependencies: npm ci
  2. Run the dev server: npm run dev

Common Commands

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