https://github.com/david-code-hub/biblehub
A place for fellow Christians to gather and share their experiences.
https://github.com/david-code-hub/biblehub
bible bible-verses christian christianity frontend nuxt vue
Last synced: 2 months ago
JSON representation
A place for fellow Christians to gather and share their experiences.
- Host: GitHub
- URL: https://github.com/david-code-hub/biblehub
- Owner: David-code-hub
- Created: 2024-02-15T20:40:53.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-09T21:06:10.000Z (about 1 year ago)
- Last Synced: 2025-01-02T18:40:30.880Z (4 months ago)
- Topics: bible, bible-verses, christian, christianity, frontend, nuxt, vue
- Language: Vue
- Homepage:
- Size: 124 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### BibleHub - UI
tailwind x nuxt
## Setup | Nuxt
Make sure to install the dependencies:
```bash
# npm
npm install# pnpm
pnpm install# yarn
yarn install# bun
bun install
```