ministryofjustice / fb-editor-console-electron

Form Builder Editor Console

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fb-editor-console-electron

Form Builder Editor Console

Console app

Form Builder Editor Console is an Electron app for users to run Form Builder Editor locally.

(It's currently built for macOS only. Let us know if you would use it for a different OS.)

Installation

The preferred way to install is through the MoJ's Self Service application.

Alternatively:

The app is signed by the Ministry of Justice.

Usage

Double-click the app's icon. The first time it is run the app will install the Editor and its dependencies.

Forms

Each Form is created as a Git repository on your file system. It contains JSON files which are updated as you make changes in Editor.

(In macOS you can find the repositories in /Users/$USER/Documents/formbuilder/forms.)

GitHub

Add an existing repository

You can clone a remote repository from GitHub.

Console app

Create a form

You can create a repository on GitHub, too, but you will need to enter a personal access token. (Tokens are encrypted for safe-keeping, so you will also need to create a password.)

Console app

Committing changes

Form Builder Editor Console does not currently provide a way to commit or push changes - you must use your own Git client.

License

MIT

About

Form Builder Editor Console

License:MIT License


Languages

Language:JavaScript 62.1%Language:HTML 35.0%Language:SCSS 2.9%