Build and cultivate a street team for grass-roots support
- Product Owner: Iona Olive
- Scrum Master: Zack Biernat
- Development Team Members: Ed Plato, Meghana Sarikonda
DB_USER=zack DB_PASSWORD='somepassword'
CLOUD_NAME=mycloud API_KEY=cloudinaryapikey CLOUDINARY_UPLOAD_URL=https://api.cloudinary.com/v1_1/myaccount/upload API_SECRET=cloudinaryapipassword
FB_CLIENT_ID=123456789012345 FB_SECRET=73hakf83jf8sjj30skkf9a88s83qqa
NODEMAILER_CLIENT_ID=[email protected] NODEMAILER_PASSWORD=password1
- Node 6.11.0 and higher
- PSQL
- see package.json for dependencies
From within the root directory:
sudo npm install -g nodemon
npm install
Open your favorite terminal and run these commands:
First Tab:
npm run build
Second Tab:
npm start
Webpack bundle.js will be built in:
client/public/dist/bundle.js
View the project roadmap here
See CONTRIBUTING.md for contribution guidelines. See API.md for API documentation and overview.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Written with StackEdit.