Skip to content

Latest commit

 

History

History
47 lines (28 loc) · 1.26 KB

README.md

File metadata and controls

47 lines (28 loc) · 1.26 KB

usfm-grammar-online

This is a web service made using React JS to provide a user interface for USFM-Grammar

Demo URL

Prerequisites

Preferably installed via nvm

Get the code

Clone the git repository or download the zip and extract it

git clone https://github.com/Bridgeconn/usfm-grammar-online.git

Local Deployment Steps

  1. Open a terminal and go to the web-app-V3 folder cd web-app-v3

  2. Install the dependencies

    npm install

  3. Start the server

    npm run dev

  4. Go to http://localhost:5173

Production Deployment Steps

The production build folder can be created using the following command

npm run build

You can use a hosted solution like Netlify / Vercel or deploy it using a web server like NginX on your own server.

Steps to deploy a react application with NginX - Link