Skip to content

Latest commit

 

History

History
22 lines (20 loc) · 926 Bytes

README.md

File metadata and controls

22 lines (20 loc) · 926 Bytes

work in progress port of mcctoolchest to an open source, crossplatform, webapp using fluent svelte

How to run

Currently there is no installer, so you have to run it from the dev environment. You will need Node.js.

  1. Install yarn
    npm install --global yarn
  2. Initialise the project
    yarn
  3. 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.

Concept screenshot

image