Quick Start
How to quickly launch your firstweb.app project
Quick Start
Follow these steps to launch your project in minutes.
Clone the Repository
git clone <your-repo-url> app
cd appInstall Dependencies
npm installInitialize Database
npx prisma generate
npx prisma migrate devStart Development Server
npm run dev