Skip to content

Latest commit

 

History

History
51 lines (39 loc) · 826 Bytes

README.md

File metadata and controls

51 lines (39 loc) · 826 Bytes

Marcro Market (using datawheel-canon)

Development instructions

  • Clone the project
git clone https://github.com/Datawheel/macromarket.git [folder-name]
  • Go to project's folder
cd [folder-name]
  • Install dependencies
npm install
  • Add the following env vars to your system
export CANON_LOGINS=true
export CANON_DB_USER=****
export CANON_DB_NAME=****
export CANON_DB_PW=****
export CANON_DB_HOST=****
export CANON_LOGREDUX=false
export CANON_LOGLOCALE=false

export MM_SESSION_SECRET=****
export MM_PORT=3300

export GCLOUD_STORAGE_BUCKET=****
export GCLOUD_PROJECT_ID=****
export GCLOUD_KEY_FILE=****

export CA_CLIENT_TOKEN=****
  • Run development server
npm run dev
  • Open browser
http://localhost:3300
  • Celebrate with frozen Reese's :-)