https://github.com/bcc-code/bible-explorers
[BCC Media] Step into a world where timeless stories come to life, where heroes and heroines embark on epic journeys of faith, courage, and discovery.
https://github.com/bcc-code/bible-explorers
bcc-media
Last synced: 11 months ago
JSON representation
[BCC Media] Step into a world where timeless stories come to life, where heroes and heroines embark on epic journeys of faith, courage, and discovery.
- Host: GitHub
- URL: https://github.com/bcc-code/bible-explorers
- Owner: bcc-code
- License: other
- Created: 2022-02-16T11:48:28.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-24T13:03:23.000Z (over 1 year ago)
- Last Synced: 2024-10-25T00:32:06.560Z (over 1 year ago)
- Topics: bcc-media
- Language: JavaScript
- Homepage: https://biblekids.io/explorers/
- Size: 463 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Bible Explorers
## Setup
Download [Node.js](https://nodejs.org/en/download/).
Run this followed commands:
```bash
# 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
```