Pouya Defaei 1900d6ac36 fix the issues
2026-05-22 21:08:27 +03:30
2026-05-22 21:08:27 +03:30
2026-05-08 22:34:08 +03:30
2026-04-21 08:35:24 +03:30
2026-05-09 00:02:49 +03:30
2026-04-21 08:35:24 +03:30
2026-04-21 08:35:24 +03:30
fix
2026-05-09 06:35:58 +03:30
2026-05-08 22:34:08 +03:30
fix
2026-05-09 06:35:58 +03:30
2026-05-02 08:52:08 +03:30

🚀 Robin Nework New Client Setup

Follow these steps to run the frontend locally.


1 Install Dependencies

npm install

2 Create .env File

Create a .env file in the root directory and add:

NEXT_PUBLIC_BACKEND_URL=api.robinnetwork.ir (for example)
NEXT_PUBLIC_BACKEND_URL_LOCAL=http://127.0.0.1:4000

⚠️ Make sure your backend server is running on port 4000.


3 Run the Application

npm run build
npm start

Application URL

After running the command, the app will be available at:

http://localhost:3000

📝 Notes

  • Restart the server after changing environment variables.
  • Ensure the backend is running before testing API requests.
  • NEXT_PUBLIC_ variables are exposed to the browser.
Description
a next.js app for the new design of robin network
Readme 587 KiB
Languages
TypeScript 97.1%
CSS 1.4%
JavaScript 0.8%
Dockerfile 0.7%