Skip to content

Commit

Permalink
update readme 2
Browse files Browse the repository at this point in the history
  • Loading branch information
dergachevm committed Oct 4, 2024
1 parent 656a748 commit 9bf03e7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit 9bf03e7

Please sign in to comment.