LEGACY. Active Development has moved to github.com/TheStopsign/venue-new
Gauging Engagement | www.venue-meetings.com
Every second LMS fails, we get one step closer
- Vue.js
- Node.js
- MongoDB
- Clone the repository
- Navigate into the repository's root directory
npm install
- In a new shell, navigate to the /server directory
- Start the mongodb daemon
mongod(might need to run with root priveleges depending on installation or kill existing instances withsudo killall mongod)
- In a new shell, navigate to the /server directory
- Start the NodeJS server
nodemon server
- In a new shell, navigate to the / directory (project's root directory)
- Start the frontend client
npm run serve
Note, this step is done automatically during live/production builds npm run build
npm run testwill initiate CL testing using Cypressnpm run test:uiwill launch Cypress's GUI based testing client