# swatplus.editor **Repository Path**: pikaih/swatplus.editor ## Basic Information - **Project Name**: swatplus.editor - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-02-28 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README README ====== Desktop interface to SWAT+ allowing the user to import a project from GIS, modify SWAT+ input, write the text files, and run the model. Read the documentation at `swatplus.gitbook.io/docs `_ .. note:: `Subscribe to our mailing list to be notified of new releases `_ Installing and running the source code -------------------------------------- Back-end development stack ************************** 1. Install `Python 3.x `_ 2. Install required Python packages a. From command prompt, go to source code /api directory b. Run :code:`pip install -r requirements.txt` Front-end development stack *************************** 1. Install `Node.js `_ 2. Install `Electron `_ globally a. From command prompt, run: :code:`npm install electron -g` 3. Install other required Node.js packages a. From command prompt, go to the root directory of the source code b. Run :code:`npm install` Running the source code *********************** 1. From command prompt, go to the root directory of the source code 2. Run :code:`npm run dev` 3. In another prompt, run :code:`electron .` Development tools ----------------- 1. `Visual Studio Code `_