{"id":16266076,"url":"https://github.com/decipher/foundry-druxt","last_synced_at":"2026-01-16T00:52:01.477Z","repository":{"id":139477892,"uuid":"508147064","full_name":"Decipher/foundry-druxt","owner":"Decipher","description":"Experimenting with Druxt and Foundry","archived":false,"fork":false,"pushed_at":"2024-10-30T05:59:23.000Z","size":707,"stargazers_count":0,"open_issues_count":12,"forks_count":0,"subscribers_count":2,"default_branch":"develop","last_synced_at":"2024-10-30T08:41:14.427Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Decipher.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-06-28T03:57:12.000Z","updated_at":"2022-06-28T03:57:17.000Z","dependencies_parsed_at":"2023-11-20T06:43:23.034Z","dependency_job_id":"d9518f54-31fd-4e11-ba1e-597ccf2aaa8a","html_url":"https://github.com/Decipher/foundry-druxt","commit_stats":{"total_commits":2,"total_committers":1,"mean_commits":2.0,"dds":0.0,"last_synced_commit":"49f627274789f769a30b910af74307f70bc0c6b9"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":"Realityloop/starterkit-drupal-foundry-tome-druxt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Decipher%2Ffoundry-druxt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Decipher%2Ffoundry-druxt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Decipher%2Ffoundry-druxt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Decipher%2Ffoundry-druxt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Decipher","download_url":"https://codeload.github.com/Decipher/foundry-druxt/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246827758,"owners_count":20840464,"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-10-10T17:21:43.920Z","updated_at":"2026-01-16T00:52:01.451Z","avatar_url":"https://github.com/Decipher.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Drupal Foundry Tome Druxt quickstart - Drupal\n\n\u003e One click, Fully Decoupled Drupal Site starter-kit with Druxt.\n\nThis repostory provides a quickstart installation of Drupal 9 using the [Foundry](https://www.drupal.org/project/foundry) and Tome\n\n[![Foundry Logo](https://www.drupal.org/files/styles/grid-3-2x/public/project-images/foundry-256.png)](https://www.drupal.org/project/foundry)\n\nIt also includes a preconfigured frontend using:\n- Nuxt 2\n- DruxtSite\n\nDruxtSite connects Drupal to Nuxt via JSON:API to provide a framework for building a Fully Decoupled site.\n\n\n## Quickstart\n\nTry it before you fork it:\n\n[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/Realityloop/statertkit-drupal-foundry-tome-druxt)\n\n\n## Getting started\n\n1. Click the **Use this template** button in GitHub and follow the on-screen instructions to **Create a new repository**.\n\n2. Once the repository has been generated, open it in Gitpod by appending `https://gitpod.io#` to the GitHub url.\n\n   Example: `https://gitpod.io#github.com/druxt/quickstart-druxt-site`\n\n   _Note:_ If this is your first time using Gitpod, you can signup for a free plan with your Github account.\n\n3. Wait for your codebase to build.\n\n   _Note:_ To speed up this step, enable Prebuilds by follow the instructions @ https://www.gitpod.io/docs/prebuilds#enable-prebuilt-workspaces\n\n\n## How to use it\n\nYour environment contains a pre-install, pre-configured and running instance of Drupal and Nuxt, with the DruxtSite module enabled.\n\nYou can access the services in your browser, via the **Remote Explorer** extension, or via the URL pattern: `https://[PORT]-[GITPOD_ID].[GITPOD_SERVER].gitpod.io`\n\n\n## Services\n\n| Port | Service |\n| -- | -- |\n| `3000` | Nuxt.js |\n| `3003` | Storybook |\n| `8080` | Drupal |\n\n\n## Tools\n\n### DDEV\n\n\u003e DDEV is an open source tool that makes it dead simple to get local PHP development environments up and running within minutes. \n\nDDEV is used to manage the Drupal instance, and provides a CLI that can be used to run common drupal tasks, including `ddev drush`.\n\nThese commands should be run from within the `/drupal` folder.\n\nRefer to the documentation for more details: https://ddev.readthedocs.io\n\n### @nuxtjs/storybook\n\n\u003e Storybook integration with NuxtJS .\n\nDruxt integrates with the Nuxt Storybook module to provide zero-configuration, auto-discovery stories with access to live data from your Drupal backend.\n\nTo start Storybook, navigate to the `nuxt` directory and run `npx nuxt storybook`.\n\n\n## License\n\n[MIT](https://github.com/druxt/druxt.js/blob/develop/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdecipher%2Ffoundry-druxt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdecipher%2Ffoundry-druxt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdecipher%2Ffoundry-druxt/lists"}