A Meeting Application to streamline processes and increase productivity
- app/ contains all the code used to make this application
- doc/ contains all the documentation for this application
- Mongo Server, with a
convenedatabase - Gulp CLI, run
npm install -g gulp
Follow these instructions:
git clone https://github.com/ChristopherMcDonald/Convene.io.gitcd Convene.io/app/- For active deploys:
git checkout develop - For last release:
git checkout master npm install- Grab coffee...
mongodgulp styles && npm run server && npm start