Skip to content

Repository files navigation

Project Build Guide

Tech Stack

This project is built using the following technologies:

  • Vite
  • TypeScript
  • React
  • shadcn-ui
  • Tailwind CSS

Prerequisites

Make sure your system has Node.js and npm installed.

We recommend using nvm to install Node.js: nvm Installation Guide

Install Dependencies

npm install

Development Server

Start the development server with hot reload and instant preview:

npm run dev

Build Project

Build for production:

npm run build

Preview Build

Preview the built project:

npm run preview

Project Structure

src/
├── components/     # UI Components
├── pages/         # Page Components
├── hooks/         # Custom Hooks
├── lib/           # Utility Library
└── main.tsx       # Application Entry Point

Releases

Packages

Contributors

Languages