Skip to content

assemblycom/client-home-v3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

705 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Client Home

Local Development

Prerequisites

  • Node.js
  • pnpm (v10.30.2+ — enforced via packageManager in package.json)

Setup

  1. Clone the repository and install dependencies:
git clone <repo-url>
cd client-home
pnpm install
  1. Create your environment file:
cp .env.example .env

Fill in the required values in .env.

  1. Start the development server:
pnpm dev

Open http://localhost:3000 in your browser.

Useful Commands

Command Description
pnpm dev Start the dev server
pnpm build Production build
pnpm start Start production server
pnpm typecheck Run TypeScript type checking
pnpm lint Lint with Biome
pnpm format Auto-fix lint/format issues

Releases

No releases published

Packages

 
 
 

Contributors

Languages