work in progress port of mcctoolchest to an open source, crossplatform, webapp using fluent svelte
Currently there is no installer, so you have to run it from the dev environment. You will need Node.js.
- Install yarn
npm install --global yarn
- Initialise the project
yarn
- Run the application
yarn electron-dev
Keep in mind, most changes you make get recompiled on the fly so you do not always have to restart the application after making a change.