https://github.com/bridgeconn/poc_obt_workflow
Workflow UI for Oral bible translation (OBT) checking Single File approach
https://github.com/bridgeconn/poc_obt_workflow
Last synced: 7 months ago
JSON representation
Workflow UI for Oral bible translation (OBT) checking Single File approach
- Host: GitHub
- URL: https://github.com/bridgeconn/poc_obt_workflow
- Owner: Bridgeconn
- License: mit
- Created: 2024-10-30T05:38:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-20T19:38:06.000Z (over 1 year ago)
- Last Synced: 2025-01-29T19:16:06.032Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 317 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# workflow_obt
Workflow UI for Oral bible translation (OBT) checking
## Prerequisites
Ensure you have the following installed on your machine:
- **Node.js** (v18 or later)
## Getting Started
Follow these steps to set up the project locally:
1. **Clone the Repository**
Open your terminal and run:
```bash
https://github.com/Bridgeconn/workflow_obt.git
cd workflow_obt
```
2. **Install Dependencies**
Use npm to install the project dependencies:
```bash
npm install
```
3. **Set Up Environment Variables**
Create a `.env` file in the root location of the project and add the following;
```
NEXT_PUBLIC_BASE_URL=
ApiToken=
```
4. **Run the Development Server**
Start the Next.js development server with:
```bash
npm run dev
```
5. **Access the Application**
Open your web browser and go to [http://localhost:3000](http://localhost:3000) to see your application running.
## Scripts
- **Development**: `npm run dev` or `yarn dev` - Start the development server.
- **Build**: `npm run build` or `yarn build` - Build the application for production.
- **Start**: `npm start` or `yarn start` - Start the production server after building.