/webviz-config-editor

Primary LanguageTypeScriptMIT LicenseMIT

โš ๏ธ Please note that this is a beta version.

Webviz Config Editor


GitPoint

An open-source editor for creating Webviz dashboards.

Webviz Logo Checkout Main Project ยท ๐Ÿ“ฆ Download Binaries

Table of Contents

Introduction

GitHub Build Status Total alerts Language grade: JavaScript code style: prettier Libraries.io dependency status for latest release

Enhance your work with Webviz config files with file validation, autocompletion, live preview and an integrated build and play environment. All in one simple and lightweight app. Built with React, Electron, Monaco Editor and Redux.

Available for both Linux and Windows.

Features

A few of the features of Webviz Config Editor:

  • Edit and preview Webviz config files
  • Autocompletion and file format validation
  • Select content in live-preview to quickly find its corresponding lines in the editor
  • Build and view your final Webviz dashboard
  • Select your preferred Python interpreter and Webviz theme

Feedback

Feel free to send us feedback in the ๐Ÿ’ฌ discussions forum or โ—file an issue.

Feature requests are always welcome ๐Ÿ˜Š๐Ÿ‘. If you wish to contribute, please take a look at our ๐Ÿ“œ guidelines.

Build Process

  1. Install Node.js (https://nodejs.org/en/ or for Node Version Manager https://github.com/nvm-sh/nvm).
  2. Install dependencies:
    npm install
  3. Start electron app in developer mode:
    npm run electron:dev
  4. In order to test the production-ready app, run:
    npm run electron:build