{"id":20279744,"url":"https://github.com/genieframework/geniebuilderdemos","last_synced_at":"2026-03-19T15:03:11.116Z","repository":{"id":84088357,"uuid":"566044374","full_name":"GenieFramework/GenieBuilderDemos","owner":"GenieFramework","description":null,"archived":false,"fork":false,"pushed_at":"2023-05-10T17:21:49.000Z","size":3401,"stargazers_count":0,"open_issues_count":1,"forks_count":2,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-01-28T19:41:35.499Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Julia","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GenieFramework.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-11-14T21:19:40.000Z","updated_at":"2022-12-06T19:13:56.000Z","dependencies_parsed_at":null,"dependency_job_id":"79abb2eb-bc9e-401f-8ad6-04736c3c85b2","html_url":"https://github.com/GenieFramework/GenieBuilderDemos","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GenieFramework%2FGenieBuilderDemos","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GenieFramework%2FGenieBuilderDemos/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GenieFramework%2FGenieBuilderDemos/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GenieFramework%2FGenieBuilderDemos/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GenieFramework","download_url":"https://codeload.github.com/GenieFramework/GenieBuilderDemos/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241773256,"owners_count":20018064,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-14T13:32:55.191Z","updated_at":"2026-03-08T15:31:47.538Z","avatar_url":"https://github.com/GenieFramework.png","language":"Julia","funding_links":[],"categories":[],"sub_categories":[],"readme":"\nThis repository contains apps ready to be deployed on [Genie Cloud](geniecloud.io), or loaded into [Genie Builder](https://marketplace.visualstudio.com/items?itemName=GenieBuilder.geniebuilder). For step-by-step tutorials, check out the [tutorials page](https://learn.geniecloud.io/tutorials).\n\nTo run the demos, sign up for a Genie Cloud account and follow [this guide](https://learn.geniecloud.io/guides/importing-genie-apps#bootstrapping-your-account-with-the-demos-repository). These steps are also valid for Genie Builder.\n\n## Boostrapping your Genie Cloud account / Genie Builder\n\nTo preload these apps into your GC account, follow the steps below.\n\n1. Open a terminal and go into `~.julia/geniebuilder/`\n```bash\ncd ~.julia/geniebuilder/\n\n![](img/newterminal.png)\n```\n2. Remove the `apps` folder:\n```bash\nrm -rf apps\n```\n3. Clone this repository into a new `apps` folder:\n```bash\ngit clone https://github.com/GenieFramework/GenieBuilderDemos.git apps\n\n```\n\n4. Go into `apps` and install the required packages for each app:\n```\ncd apps\n```\n\n```bash\nfor dir in */ ; do\n  if [ -d \"$dir\" ]; then\n    echo \"Processing $dir\"\n    cd \"$dir\"\n    julia --project=. -e 'using Pkg; Pkg.instantiate()'\n    cd ..\n  fi\ndone\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgenieframework%2Fgeniebuilderdemos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgenieframework%2Fgeniebuilderdemos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgenieframework%2Fgeniebuilderdemos/lists"}