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

phocks/quoke-archived

Repository files navigation

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/

About

Share and discover quotes

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published