Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 695 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 695 Bytes

Synopsis

Website for the parallel Gospels of Matthew, Mark, Luke and John.

Running on synopticus.org.

Contribution

All help is welcome!

The main field of upcoming development is adding new Gospel translations. See how to do it in commit Add new translation.

Dependencies

  • npm >= 9.2.0

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint