Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 917 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 917 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 configure your dev environment.

Running Workbench App from VS Code

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

Running Workbench App from the Command Line

In the 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 and open browser
  • pnpm build - build for production
  • pnpm preview - locally preview production build

More info