Skip to content

m-henderson/meeting-for-good

 
 

Repository files navigation

Meeting for Good

A meeting coordination app for your team.

Get Meeting for Good running locally

Prerequisites

Steps

  • Fork the repo to your own account
  • Clone it to your computer: git clone https://github.com/[your_account_name]/meeting-for-good.git && cd meeting-for-good
  • Run npm install or yarn install
  • Create a .env file in the root directory of the app with the following contents:
MONGO_URI=mongodb://localhost:27017/meeting-for-good
GOOGLE_KEY=[YOUR_GOOGLE_KEY]
GOOGLE_SECRET=[YOUR_GOOGLE_SECRET]
FACEBOOK_KEY=[YOUR_FACEBOOK_KEY]
FACEBOOK_SECRET=[YOUR_FACEBOOK_SECRET]
APP_URL= http://localhost:8080/
NODE_ENV = 'development'
AWSAccessKeyID='your AWS email user'
AWSSecretKey='your AWS  email pass'
emailFrom='default email from'
ANALYSE_PACK=false
LINT_CODE=false
GoogleAnalyticsID=[YOUR_GOOGLE_ANALYTICS_ID]
GoogleAnalyticsDebug=false
  • Open a new terminal session and run mongod
  • Run npm run serve from the app's root directory. This will start the app at port 8080 (unless overridden)

To build the app instead, run npm run build

About

A meeting coordination app for your team

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 84.7%
  • CSS 11.5%
  • HTML 3.8%