Skip to content
forked from IBM/libras-ui

User interface for the Libras translation service

License

Notifications You must be signed in to change notification settings

adamalston/libras-ui

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Libras UI

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

Prerequisites

Setup

Install project dependencies:

npm install

Create an .env file to mock the API or specify API URL and access token:

REACT_APP_API_MOCK=TRUE
REACT_APP_API_SERVICE_URL=
REACT_APP_LIBRAS_API_TOKEN=

Run

Start the application in the development mode:

npm start

Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 86.1%
  • CSS 9.1%
  • HTML 4.8%