.. _codinghowto: How to: Development ===================== This category will provide you with knowledge on how to work on the code yourself. .. toctree:: :name: mastertoc :maxdepth: 1 :glob: ../development/* ################################## General Information ################################## The project was set up using `Svelte `_. In short, it is a framework for developing web applications. Type checking is realized in form of TypeScript. Based on JavaScript, it extends the language by optional types, meaning that any valid JavaScript code can be run in TypeScript. In fact, any code written in TypeScript is compiled into JavaScript.