This is a web service made using React JS to provide a user interface for USFM-Grammar
Preferably installed via nvm
Clone the git repository or download the zip and extract it
git clone https://github.com/Bridgeconn/usfm-grammar-online.git
-
Open a terminal and go to the web-app-V3 folder
cd web-app-v3
-
Install the dependencies
npm install
-
Start the server
npm run dev
-
Go to http://localhost:5173
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