⚠️ Please note that this is a beta version.
An integrated development environment for FMU users.
Enhance your work with FMU by using this integrated development environment. Benefit from its schema validation, supportive editor environment and its source control capabilities.
Available via Komodo.
- Integrated file explorer
- Editor for editing FMU configuration files
- Connected to Komodo for automatic JSON schema support
- Preview of config files
- Integrated file version control system
- Pull, push and log changes
- Resolve conflicts
- View other users' changes
- Changelog explorer for comparing file changes
Feel free to send us feedback in the 💬 discussions forum or ❗file an issue.
Feature requests are always welcome 😊👍. If you'd like to contribute, please take a look at our 📜 guidelines.
-
Install Node.js >= 18.13.0 (https://nodejs.org/en/ or for Node Version Manager https://github.com/nvm-sh/nvm).
-
Clone the repository:
git clone [email protected]:equinor/fmu-editor.git
-
Install dependencies:
npm install
-
Start electron app in developer mode:
npm run electron:dev
-
In order to test the production-ready app, run:
npm run electron:build