Genie Discord forum

Author AvatarCeboc54
9/16/2023, 7:05:58 AM

I created a repository with the files generated by Genie Builder in VS Code when creating a Julia web application. Now I retrieved from this repository to another computer but now the extension doesn't find the app inside the folder. What should I do to load the app into the Genie Builder extension? The Genie Apps tab only shows me the option to create a new app.

I'm not so new to Julia, but I'am to Genie and the VS Code extension.

Thanks in advance. ๐Ÿ™‚

Author AvatarCeboc54
9/16/2023, 7:06:15 AM

Changed the channel name: Loading an existing repository in the Genie Builder VS Code extension

Author AvatarPere
9/16/2023, 11:41:37 AM

You need to place your app code in ~/.Julia/geniebuilder/apps/. Then start the GB server and the app will be loaded

Author AvatarCeboc54
9/18/2023, 4:02:50 AM

๐Ÿ˜€ Thank you!