Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 553 Bytes

File metadata and controls

24 lines (16 loc) · 553 Bytes

Project Eleven – Web3 Engineering Coding Challenge

A minimal Vite + React + TypeScript base for applicants to use as a starting point for coding challenges.

Prerequisites

  • Node.js 20+

Quick Start

pnpm install
pnpm dev

The app runs at http://localhost:5173.

Scripts

Command Description
pnpm dev Start dev server
pnpm build Build for production
pnpm preview Preview production build