Steps in order to create an HTML application of which the Freon editor is a part.
- create a monorepo with two packages: dsl and webapp.
- in the webapp create a Flowbite/Tailwind project and make it as you wish.
- in the dsl package create a Freon project.
- from the dsl package.json remove the dependency on webapp-lib
- dsl: remove src/starter.ts (or move it to the other package?)
- adjust the package.json scripts such that it is convenient to give commands
- in webapp add dependency on dsl
--
- adjust the webapp to your liking
- add EditorPart.svelte and in it, use the Environment from the dsl.
- add a store for knowing the unit's name, and whether there is a unit in present