Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 300 Bytes

File metadata and controls

14 lines (8 loc) · 300 Bytes

Agent Guidelines

Package management

Always use pnpm instead of npm.

Local Development

  1. Run pnpm dev to start the development server.
  2. Navigate to http://publicnet.local:3000.

Daily Workflow

  • Run lint and test after a set of changes is complete.