Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1.23 KB

README.md

File metadata and controls

31 lines (19 loc) · 1.23 KB

Testbed-Control-UI

This project aims to provide a controller interface of the WebEng testbed based on the WoT Thing Description.
Currently, the app is served on our lab server.

Available Scripts

In the project directory, you can run:

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

You would be required to allow the CORS policy of your Web browser.
Install the CORS extension or others to allow the policy.

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

yarn build

Builds the app in the production mode.
After the app is successfully built, run serve -s -l PORT ./build/ to serve the app.

Further Update

src/components/action/ActionInputElement.js

Currently, integer inputs are only supported by this app.
Further support for other input types can be made by extending cases for them.