Skip to content
Tom Clarke edited this page May 27, 2022 · 9 revisions

Welcome to the Issie wiki!

This Wiki is designed for those who wish to patch / update or fork the Issie code.

Issie is written mostly in F#, transpiled to Javascript and run under the electron / node framework which allows applications to be constructed from web pages using the Node ecosystem.

IMPORTANT WARNING - the libraries used here are Node / electron libraries, not .Net F# libraries. See FABLE compatibility documentation for which F# libraries have been ported to FABLE and therefore can be used. Core (functional) F# is very well supported, .Net methods less well. Nevertheless to develop F# you need to know F#, javascript is not required.

Here is the source documentation on technology stack used, and the code structure. All of these documents are comprehensive introductory references. However, you don't need all of this (or even any of it) to make changes to the code base.

Pages on this Wiki document various detailed information that developers might need to make sense of some of the finer issues in the code base. Most of this is also available in the above extensive introductory documentation.