Giter Site home page Giter Site logo

dix / elsa-wf-elsa-studio Goto Github PK

View Code? Open in Web Editor NEW

This project forked from elsa-workflows/elsa-studio

0.0 0.0 0.0 53.69 MB

A modular, extensible dashboard application framework

License: MIT License

JavaScript 1.58% C# 73.40% TypeScript 4.30% CSS 0.29% HTML 18.77% Dockerfile 0.18% MDX 1.49%

elsa-wf-elsa-studio's Introduction

Elsa Studio

Elsa Studio workflow designer

Nuget Build status Discord Stack Overflow questions Subreddit subscribers

Elsa Studio is a modular, extensible application framework built with MudBlazor and is used to manage Elsa workflows and related entities.

Prerequisites

  • .NET SDK: Ensure you have both .NET 7 and .NET 8 SDKs installed.
  • Node.js and npm: Install Node.js (which includes npm) for the frontend tooling.

Setup

  1. Clone the repository: git clone https://github.com/elsa-workflows/elsa-studio.git
  2. Navigate to the project directory: cd elsa-studio

Before you build

There are some assets that require NPM to build the assets prior to the project building. These have been configured to use an MSBUILD pre-build step and should not require any extra steps but should you run into any issues or want to build these ahead of time, take the following steps

  1. Navigate to ClientLib folder in Elsa.Studio.DomInterop: cd .\src\framework\Elsa.Studio.DomInterop\ClientLib
  2. Get NPM ready to run: npm install
  3. Build the assets: npm run build
  4. Navigate to ClientLib folder in Elsa.Studio.Workflows.Designer: cd .\src\modules\Elsa.Studio.Workflows.Designer\ClientLib
  5. Get NPM ready to run: npm install
  6. Build the assets: npm run build

Build and Run

  1. Restore .NET dependencies: dotnet restore Elsa.Studio.sln
  2. Build the project: dotnet build Elsa.Studio.sln
  3. For Blazor Server Host: dotnet run --project .\src\hosts\Elsa.Studio.Host.Server\Elsa.Studio.Host.Server.csproj --framework net8.0
  4. For Blazor Server WASM: dotnet run --project .\src\hosts\Elsa.Studio.Host.Wasm\Elsa.Studio.Host.Wasm.csproj --framework net8.0

Explore the Elsa Studio GitHub repository for more detailed information.

elsa-wf-elsa-studio's People

Contributors

sfmskywalker avatar mohdali avatar mariusvuscannx avatar jdevillard avatar yspanj avatar chryssie avatar dalefrancis88 avatar nokecy avatar snakiex avatar rolandgriesser avatar cristinamudura avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.