Skip to main content

Start with GitHub code

Use these steps if you want to work directly from source. This is the fastest way to get up and running and start experimenting with SharpOMatic. It includes the demo server, editor host, and workflow engine projects.

Clone the repo

git clone https://github.com/sharpomatic/SharpOMatic.git
cd SharpOMatic

Build and run via CLI

dotnet build src/SharpOMatic.sln
dotnet run --project src/SharpOMatic.DemoServer

Build and run via Visual Studio

  • Use Visual Studio to open src/SharpOMatic.sln
  • Ensure SharpOMatic.DemoServer is the startup project
  • Set the configuration to Release
  • Run

Open visual editor

Check the generated port number for new project in the launchSettings.json.
NOTE: Replace 9001 with your project specific port number

Use your favorite browser to open http://localhost:9001/editor