Files
traque/traque-front
2025-08-10 18:18:25 +02:00
..
2025-08-10 18:18:25 +02:00
2025-08-10 18:18:25 +02:00
2025-06-26 14:20:23 +02:00
2025-06-25 17:52:59 +02:00
2025-06-25 16:08:27 +02:00
2024-03-29 00:33:40 +01:00
2024-04-24 15:56:43 +02:00
2024-03-23 16:34:13 +01:00
2024-03-27 23:55:53 +01:00
2024-09-09 16:58:09 +02:00
2025-03-14 18:06:29 +01:00
2024-03-23 16:34:13 +01:00
2024-06-10 18:40:45 +00:00
2024-03-27 21:22:01 +01:00

Template of the .env file

NEXT_PUBLIC_SOCKET_HOST = 'traque.rezel.net'
NEXT_PUBLIC_SOCKET_PORT = 3001

Where NEXT_PUBLIC_SOCKET_HOST is the host of the socket server and NEXT_PUBLIC_SOCKET_PORT is the port of the socket server. Those values are set by the HOST and PORT env variables in the backend.

Run dev version

First install the dependencies

npm install

Then run the server

npm run dev