Skip to content

Latest commit

 

History

History
63 lines (40 loc) · 1.21 KB

README.md

File metadata and controls

63 lines (40 loc) · 1.21 KB

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