anwolosz / synopsis

Website for the parallel Gospels of Matthew, Mark, Luke and John.
https://www.synopticus.org/
0 stars 1 forks source link
gospel synopsis vue3 website

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

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