Skip to content

TripSit/webchat

Repository files navigation

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:

> [email protected] 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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published