The Interaction Management System 4 project.
- IN PROGRESS
- ALPHA 0.5.3
- GIT 2.23+ (https://git-scm.com/download)
- Node.js 10.16.3+ (https://nodejs.org/en/)
VUE_APP_AUTH_URL(url to authentication API)VUE_APP_ACE_WEBSOCKET(url to websocket API)VUE_APP_ACE_URL(url to curation API)VUE_APP_ANNOTATION_URL(url to annotation API)VUE_APP_SEARCH_URL(url to search API)
- Manually install all of the requirements listed above
- Create a directory for development
- Clone this repository
git clone [email protected]:BioGRID/BioGRID-ACE.git - Create a
.env.development.localand.env.production.localfile to match your setup using the descriptions above in the .env file variables section - Run
npm installto install all dependencies - Run
npm run electron:serveto launch the application with hotloading - Run
npm run electron:buildto compile the application for your platform