Skip to content

A template editor for Thinreports to edit Section Format templates

License

Notifications You must be signed in to change notification settings

thinreports/thinreports-section-editor

Repository files navigation

Thinreports Section Editor

Test

A template editor for Thinreports to edit Section Format templates.

Current Status

Under development for v1.0.0.

Installation

Currently, you can only use the v1.0.0 development version package. Please download the package from the v1.0.0-dev release page.

Development

Prerequisites

  • Node.js >= 16.0
  • npm >= 8.0

Setting up

npm install

Launching the package for development

npm run electron:serve

Running tests

npm run test:unit

Running lint

npm run lint

Or if you don't want auto-correct:

npm run test:lint

Building the app for production

npm run build

Building the package for production

npm run electron:build