lotusxhaofda001 / editor

Visual Define-XML Editor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Visual Define-XML Editor

A cross-platform desktop application which allows to edit and review files created using Define-XML 2.0 and ARM 1.0 CDISC standards.

Visit defineeditor.com to learn more about the Editor.

Installation

A compiled version of the application can be downloaded from the site.

Support

Building the application from source

Prerequisites

The following software is needed to compile the application:

  • Git
  • Node.js (v10+)
  • Yarn

Installing

Clone the repository:

git clone https://github.com/defineEditor/editor.git

Install all required dependencies:

yarn install

Compile the application using one of the following methods:

yarn package-win
yarn package-linux
yarn package-mac

or compile all of them using

yarn package-all

The compiled files will be stored in releases/Release-x.x.x

Running in development mode

To run the application in a development mode use the following command:

yarn dev

To enable react or redux devtools, download and unpack corresponding extensions to the following folders

/app/static/devExtensions/react
/app/static/devExtensions/redux

Authors

License

This project is licensed under the AGPL v3 License - see the LICENSE.txt file for details

About

Visual Define-XML Editor

License:GNU Affero General Public License v3.0


Languages

Language:JavaScript 93.8%Language:XSLT 4.1%Language:CSS 1.4%Language:HTML 0.7%Language:Shell 0.0%