Skip to content
This repository has been archived by the owner on Jul 29, 2022. It is now read-only.

Latest commit

 

History

History
23 lines (17 loc) · 649 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 649 Bytes

Quoke

A website about quotations

To develop locally

Prerequisites: must have MongoDB server running locally with a database called "quoke" and a collection called "quotations" with at least 1 document in there with a text and author like

{
  _id:ObjectId(5da7095914f83005db482f93),
  "text": "When one door of happiness closes, another opens, but often we look so long at the closed door that we do not see the one that has been opened for us."
  author: "Helen Keller"
}

Then:

  1. Clone this repo
  2. Run yarn install
  3. Rename next.config.example.js to next.config.js
  4. Run yarn run dev

Go to: http://localhost:3000/