Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 508 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 508 Bytes

daily-page

Tool for creating a collaborative, textual record for each day. Derived from the Conclave project.

Prerequisite: Mongo DB deployment and Node.js. Optional dependency: Google Cloud Platform account to enable a Google Drive-based CMS.

export APP_AUTH=#string of your choice for use in authentication with the backend
export MONGO_DB_ADDR=#your Mongo DB deployment address
export MONGO_DB_PW=#your Mongo DB password
npm install
npm run local