An open API service indexing awesome lists of open source software.

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.

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
```