Quick Start


Requirements
  • Node.js 20.x (recommended).
  • Yarn (recommended).
  • Do not delete the any file in (package-lock.json / yarn.lock) the folder.
  • When copying folders remember to also copy hidden files like .env. This is important because .env files often contain environment variables that are crucial for the application to run correctly.

Installation
Version
Script

Next.js
|
Vite.js
(JavaScript / TypeScript)
Installyarn install or npm i
Startyarn dev or npm run dev
Buildyarn build or npm run build

Tracking:

This project is just the user interface not including the backend and database.