How to: Development
This category will provide you with knowledge on how to work on the code yourself.
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.