Local Development

If you enjoy the convenience of your local file system and code editor, you can edit locally!


npm install
npm run dev

In your current directory you will see ./Unia/{folder} where each folder contains files of each project you open.

Code

You can find your code in ./Unia/{folder}/code - any changes you make to these files are synced with the editor in the browser.

::: danger Saving local changes Make sure to save any local changes when switching projects. When you open a new project, any local changes to a project will be overwritten when you re-open that project. :::