Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 391 Bytes

readme.md

File metadata and controls

23 lines (16 loc) · 391 Bytes

Bible Explorers

Setup

Download Node.js. Run this followed commands:

# Install dependencies (only the first time)
npm install

# Develop the website (Vite)
npm run dev

# Build the website for production in the dist/ directory
npm run build

# Develop the Electron app
npm run start

# Build the Electron app for production
npm run make