Skip to content

IEEEUCSC/Hackaholics-6.0-2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hackaholics_6.0

Development

Setup

Frontend:

  1. Navigate to the frontend directory:
cd Frontend
  1. Install dependencies:
pnpm install
  1. Start the development server:
pnpm start

Backend:

  1. Navigate to the backend directory:
cd Backend
  1. Install dependencies:
pnpm install
  1. Start the development server:
pnpm dev