Skip to content
This repository was archived by the owner on Jul 3, 2024. It is now read-only.

IBM/libras-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Libras UI

User interface for the Libras translation service between a spoken and a signed language.

Prerequisites

Setup

Install project dependencies:

npm install

Create an .env file to mock the Libras service or specify the API URL:

REACT_APP_API_MOCK=FALSE
REACT_APP_API_SERVICE_URL=http://localhost:3000

Customize

Create an .env file to update the application running port. The variable name and default value is:

PORT=3000

Run

Start the application in the development mode:

npm start

Test

Launch the test runner in the interactive watch mode:

npm test

See the section about running tests for more information.

Build

Build the app for production to the build folder:

npm run build

It correctly bundles React in production mode and optimizes the build for the best performance. The build is minified and the filenames include the hashes.

About

User interface for the Libras translation service

Topics

Resources

License

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors