Skip to content

Files

Latest commit

9a9a4ef · Apr 3, 2025

History

History
13 lines (10 loc) · 387 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 387 Bytes

TECHMANIA Official Website

TECHMANIA Official Website.

Install & Run

  • Install Node.js.
  • Install Bun.
  • Use bun install to install dependencies.
  • Edit .env.sample to .env.
  • Use bun run dev to start development server.
  • Use bun run build to build website for production.
  • Use bun run start to start production server.