THE APP IS DEPLOYED: https://nexoproject.vercel.app/
-
Clone this repository:
git clone "project-link" cd project-name
-
Install dependencies:
Run the following command to install the required dependencies:
npm install
-
Run the development server:
Start the project locally by running:
npm run dev
Your app will be running on http://localhost:3000 (or another port, depending on your setup).