Skip to content

VirtualBrainLab/pinpoint-site

Repository files navigation

Pinpoint Product Website

Setup for Development

  • Install Node.js (latest)
  • Install pnpm (latest)
  • pnpm i to install dependencies
  • pnpm dev to start the development server
  • pnpm check for static analysis and formatting