Skip to content

KayserCommentaryOrg/revelation-project

Repository files navigation

Deploy

This site is deployed on merges to master using Cloudflare Pages.

Local Dev

To run locally, first install Node.js and then run:

npm install

Then you will need to run setup:

npm run prep-build
npm run build-prod

All files will be built into the public folder, so you can serve that with your tool of choice.

One way is to run:

npx http-server public

(Have a look at http-server for options.)