The ARCitect is a cross-platform app to create and manage your ARCs and synchronize them with the DataHUB.
To install ARCitect, navigate to the releases page, and from Assets download the appropriate installer for your operating system. Open the installer and follow the instructions.
Linux: ARCitect-x.x.xx.AppImage
:bulb: For more detailed instructions and ARCitect QuickStarts, please checkout the DataPLANT Knowledge Base.
To build ARCitect from source you need to have Node.js, Git and Git LFS installed first.
Clone this repository and install its dependencies via npm
git clone https://github.com/nfdi4plants/ARCitect
cd ARCitect
npm install
Start the app in debugging mode
npm start
npm run compile # for linux
npm run compilew # for windows
npm run compilem # for mac
The compiled installer is created in dist/
.
The following quick guide is intended to help content contributors find a starting point.
Feel free to raise an issue to let us know what feature is missing or if anything is buggy.
Please feel free to propose changes and fixes via pull requests. ARCitect builds on ARCtrl and integrates Swate. So please check out these repositories as well.
package.json
semver.git tag <Placeholder>
, where <Placeholder>
must be equal to package.json
version, will trigger release pipeline in GitHub actions.git push origin <Placeholder>
.Changes to the help texts can be adjusted in the corresponding document located in the following folder:
Relevant images can be placed in the following folder:
:bulb: Images currently occupy 100% of the width of the help text window.