Skip to content

otseng/simple-unique-bible-app

Repository files navigation

Simple GUI viewer for Unique Bible App

The UI is a javascript app using react.js and next.js. It retrieves data using API calls to UBA.

Setup

  • Install node
    • Mac: brew install node
  • Install yarn
    • Mac: npm i -g yarn
  • Run yarn to install all the dependencies
  • Install Unique Bible App

Running in local dev mode

Start UBA in API server mode:

  • python3 uba.py api-server

Verify API server works:

Start GUI:

  • yarn run dev

Open browser:

Prod deployment

  • yarn
  • yarn run build
  • yarn run export

About

Simple UBA viewer written in React

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages