how does this work? #63
Description
Current Behavior
I cloned this repository.
then I did yarn (or npm install)
then I did npm start and it showed:
$ npm start
[email protected] start
pm2 start ecosystem.config.js --env production
[PM2] Applying action restartProcessId on app [nq-rarbg](ids: [ 0, 1 ])
[PM2] nq-rarbg â
[PM2] nq-rarbg â
â id â name â namespace â version â mode â pid â uptime â ⺠â status â cpu â mem â user â watching â
â 0 â nq-rarbg â default â 1.0.0 â cluster â 10936 â 0s â 292 â online â 0% â 51.7mb â runner â disabled â
â 1 â nq-rarbg â default â 1.0.0 â cluster â 10943 â 0s â 292 â online â 0% â 45.9mb â runner â disabled â
but I see no server on port 5000
Expected Behavior
to see a server on port 5000
Steps To Reproduce
git clone https://github.com/Not-Quite-RARBG/main
yarn
npm start
Environment
- **OS**: Linux
- **Browser**: n/a
Anything else?
No response