Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 972 Bytes

README.md

File metadata and controls

41 lines (25 loc) · 972 Bytes

Semantic Workbench App Setup Guide

The Semantic Workbench app is a React/Typescript app integrated with the Semantic Workbench backend service.

Follow the setup guide to install the development tools.

Installing dependencies

In the workbench-app directory

make

Running from VS Code

To run and/or debug in VS Code, View->Run, "app: semantic-workbench-app"

Running from the command line

In the workbench-app directory

pnpm start

Note: you might be prompted for admin credentials for the SSL certificates used by the app.

Extra information

Scripts

  • pnpm start - start dev server
  • pnpm build - build for production
  • pnpm preview - locally preview production build

More info