Official sleeper site for Bitcamp 2026
Setup
Make sure to install the dependencies:
npm install
yarn install
pnpm install --shamefully-hoist
Development Server
Start the development server on http://localhost:3000:
npm run dev
Production
Build the application for production:
npm run build
Locally preview production build:
npm run preview
Static Generation
To generate a static site version (output to /dist):
npm run generate
Linting
To lint the codebase with ESLint and Prettier:
npm run lint