Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
silvereengames authored May 31, 2024
1 parent 0553a3b commit 4b5a7b5
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,13 @@
<p align="center">The best open-source gaming website project that is taking the world by storm.</p>

## Getting started
Run the following commands:
If you have pm2 installed, then all you have to do is run:
```
pm2 start
```
Or without pm2:
```
npm install
node index.js
```
Then open your browser and go to `http://localhost:8000`
Then open your browser and go to `http://localhost:8000`

0 comments on commit 4b5a7b5

Please sign in to comment.