TripSit / webchat

0 stars 5 forks source link

TripSit Welcome Page

This serves the channel overview page on https://chat.tripsit.me/ and welcomes users to our chatrooms.

How to run

Install node.js, after that run in your terminal in the repo's directory:

npm install - to install dependencies

npm start - to start the repo

The port can be found in the www file in the repo's directory.

When you get this:

> welcome@0.0.0 start C:\Users\JungleMan\Desktop\tripsit-welcome
> node ./bin/www

it means the app is running and you can access it through the link: http://localhost:[the port from www]/

Note: this will run the Express server in development mode. Set the NODE_ENV=production variable prior to starting it for production mode.