Workflow UI for Oral bible translation (OBT) checking
Ensure you have the following installed on your machine:
- Node.js (v18 or later)
Follow these steps to set up the project locally:
-
Clone the Repository
Open your terminal and run:
https://github.com/Bridgeconn/workflow_obt.git cd workflow_obt
-
Install Dependencies
Use npm to install the project dependencies:
npm install
-
Set Up Environment Variables
Create a
.env
file in the root location of the project and add the following;NEXT_PUBLIC_BASE_URL=<your_base_url> ApiToken=<your_api_token>
-
Run the Development Server
Start the Next.js development server with:
npm run dev
-
Access the Application
Open your web browser and go to http://localhost:3000 to see your application running.
- Development:
npm run dev
oryarn dev
- Start the development server. - Build:
npm run build
oryarn build
- Build the application for production. - Start:
npm start
oryarn start
- Start the production server after building.