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.
A compiled version of the application can be downloaded from the site.
The following software is needed to compile the application:
- Git
- Node.js (v10+)
- Yarn
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
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
This project is licensed under the AGPL v3 License - see the LICENSE.txt file for details