From 9bf03e77dbff6acee7555d40e35491b1eb9c1b10 Mon Sep 17 00:00:00 2001 From: Dergachev Mihail Date: Fri, 4 Oct 2024 17:18:53 +0300 Subject: [PATCH] update readme 2 --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index abccde0..972a665 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,11 @@ Player Zero is a landing for https://readyplayer.me ``` 2. Update `.env` with the appropriate configuration values. +3. Add port in `.env` file if required +```bash +PORT=3005 +``` + ## Running the Application Start the development server: @@ -51,11 +56,6 @@ Install pm2 globally npm install pm2 -g ``` -Add port in `.env` file if required -```bash -PORT=3005 -``` - Run server ```bash pm2 start ecosystem.config.cjs