Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 522 Bytes

File metadata and controls

27 lines (23 loc) · 522 Bytes

Atom Verse

Build Status Version License

A simple Bible verse search site.

Installation

Ensure you have the following prerequisites installed:

  • Node

Clone the repository

git clone https://github.com/eosdev-x/atom-verse.git

Navigate to project directory

cd atom-verse

Run project

npm i
npm run dev