TripSit / webchat

0 stars 5 forks source link

Added instructions to README.md and updated .gitignore #8

Closed powerjungle closed 3 years ago

powerjungle commented 3 years ago

New instructions on how to run the repo with node.js and now ignoring the .idea directory for people using the IntelliJ IDE.

tacerus commented 3 years ago

Hi,

thanks for the contribution - we should just add a line which informs that npm start only starts the Express server in development mode. For production use the NODE_ENV=production variable should be set.