Skip to content
forked from rabix/composer

Visual and code editor for Common Workflow Language

License

Notifications You must be signed in to change notification settings

arvados/composer

 
 

Repository files navigation

Rabix Composer

Build Status Build status

The Rabix Composer (codename Cottontail) is a graphical and code editor specially designed to work with the Common Workflow Language. It is currently in beta testing. This repo includes the code for running Rabix Composer locally in dev mode and for building OS specific binaries.

Dependencies

Installation

git clone https://github.com/rabix/composer
cd composer
yarn install

If you are using Linux:

Install node.js from https://nodejs.org/en/download/package-manager/#debian-and-ubuntu-based-linux-distributions

Install yarn using Linux instructions provided on https://yarnpkg.com/lang/en/docs/install/

Starting the dev environment

yarn run serve // starts the dev server
yarn run compile:electron // compiles electron backend
yarn run start:electron // opens the app shell

Packaging the build as a desktop app for the host system and architecture

yarn run build

Running the tests

yarn test

Documentation

Now you can read the Rabix Composer documentation to learn more about Rabix Composer.

Composer web environment

  1. Install nodejs(latest version)
  2. check out feature/webapp branch
  3. Install yarn
  4. execute: "yarn install"
  5. execute: "npm run serve"
  6. visit http://localhost:4200

About

Visual and code editor for Common Workflow Language

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 89.4%
  • SCSS 7.8%
  • HTML 2.3%
  • Other 0.5%