Wolaita bible website
# wolaita bible website
### Books
### content
## Getting Started
```bash
git clone
github.com
cd wolaita-bible-website
npm install
# or
pnpm install
```
First, run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```
Open
localhost with your browser to see the result.