opensource-ny / OpenSource-NY

MIT License
10 stars 14 forks source link

doc: Add information about difference between docker-compose up and n… #99

Closed yizongk closed 4 years ago

yizongk commented 4 years ago

…npm start

npm start will auto bring up your browser to localhost:3000. But docker-compose up doesn't do that currently. Need to make that distinction clear, otherwise some people (Like me...) will think docker-compose up didn't work, when it actually did work.