Skip to content

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 ./uva/{folder} where each folder contains files of each project you open.

Code ​

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

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.