Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 1.24 KB

File metadata and controls

39 lines (28 loc) · 1.24 KB

This repo has all the code for my site sharath.boi.gg. The entire website was made using TanStack Start.

TanStack Start shadcn TypeScript PNPM

Drizzle Turso Workers Mise


Instructions

  • You can start the dev server using the following commands:
# Add .env file
cp .env.example .env
vim .env

# Install tools
mise trust
mise install
npm i -g pnpm

# Install dependencies
pnpm install

# Start the dev server
pnpm dev
  • Open http://localhost:5173 in your browser to view the website.