Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 638 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 638 Bytes

SDF (Simple Data Filter)

The SDF is a user interface to setup, configure and execute filters for JSON data. The JSON data is defined in an agreed structure. Use case is ancestry research.

Note that this project is in a pre-alpha release. It is a prototype in development and can change at any time. The code does not represent a public API.

Therefore it is not ready for production and use it at your own risk.

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint