A web application for streaming BeeMon videos!
- Download the Repository!
cd beestream
npm install
- Install and configure MongoDB. Navigate to the MongoDB install page and select your operating system at the bottom for a tutorial.
- Make sure MongoDB is running.
- Set your environment variable to select your mode.
a. For Windows:
`set NODE_ENV=production` for production mode
`set NODE_ENV=developoment` for development mode
b. For Linux
`export NODE_ENV=production` on Linux for production mode
`export NODE_ENV=development` on Linux for development mode
npm start
Your website should now be running!
For any other issues, see the wiki!