{"id":20105828,"url":"https://github.com/redwoodjs/adding-gitpod-to-redwood","last_synced_at":"2026-02-10T10:35:06.597Z","repository":{"id":220055112,"uuid":"713106838","full_name":"redwoodjs/adding-gitpod-to-redwood","owner":"redwoodjs","description":"Files for adding GitPod to an Existing Redwood Project","archived":false,"fork":false,"pushed_at":"2023-11-01T21:32:27.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-08T08:32:00.272Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/redwoodjs.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}},"created_at":"2023-11-01T21:11:55.000Z","updated_at":"2023-11-01T21:11:56.000Z","dependencies_parsed_at":"2024-01-31T04:03:40.061Z","dependency_job_id":"1eccfbf3-9c4c-4f1c-a129-60f44499ba16","html_url":"https://github.com/redwoodjs/adding-gitpod-to-redwood","commit_stats":null,"previous_names":["redwoodjs/adding-gitpod-to-redwood"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/redwoodjs/adding-gitpod-to-redwood","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redwoodjs%2Fadding-gitpod-to-redwood","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redwoodjs%2Fadding-gitpod-to-redwood/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redwoodjs%2Fadding-gitpod-to-redwood/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redwoodjs%2Fadding-gitpod-to-redwood/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/redwoodjs","download_url":"https://codeload.github.com/redwoodjs/adding-gitpod-to-redwood/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redwoodjs%2Fadding-gitpod-to-redwood/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264403796,"owners_count":23602620,"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-13T17:48:14.988Z","updated_at":"2026-02-10T10:35:04.513Z","avatar_url":"https://github.com/redwoodjs.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":";tk - Add GitPod + Redwood logo to the top\n\nRedwoodJS is a full-stack JavaScript framework that combines React, GraphQL, Prisma, Jest, and Storybook to build modern web applications. With this starter, setting up a RedwoodJS development environment in GitPod becomes a straightforward process. It provides a preconfigured development environment with all the necessary tools and dependencies, allowing you to focus on building your RedwoodJS application without worrying about the setup. Get started quickly and efficiently by launching RedwoodJS inside GitPod!\n\n_NOTE:_ If you're starting a brand new Redwood project, we recommend using our [Gitpod Starter repo]() as a starting point. Otherwise, this repo contains the files that wil need to be **added to** your existing repository.\n\n## Adding an \"Open in Gitpod\" button to your repo:\n\n```md\n[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/from-referrer/)\n```\n\nOR\n\n```md\n;tk\n```\n\n# Add these files to your repo:\n## gitpod.yml\n\nThis contains the bulk of the GitPod setup. We're using the `gitpod/workspace-postgres` image.\n\nThen, we're running a couple of tasks to initialize the workspace.\n\nThen, we're running the script inside `gitpod-setup.js`.\n\nWe've specified several ports:\n\n- `5432` for Postgres\n- `8910` for the frontend\n- `8911` for the backend\n\nLastly, we've listed 8 recommended VS Code extensions to install:\n  - [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint)\n  - [Git Lens](https://marketplace.visualstudio.com/items?itemName=eamodio.gitlens)\n  - [VS Code Language - Babel](https://marketplace.visualstudio.com/items?itemName=mgmcdermott.vscode-language-babel)\n  - [VS Code Version Lens](https://marketplace.visualstudio.com/items?itemName=pflannery.vscode-versionlens)\n  - [Editor Config](https://marketplace.visualstudio.com/items?itemName=EditorConfig.EditorConfig)\n  - [Prisma](https://marketplace.visualstudio.com/items?itemName=Prisma.prisma)\n  - [VS Code GraphQL](https://marketplace.visualstudio.com/items?itemName=GraphQL.vscode-graphql)\n\nIf you want to add change these, you can modify lines 34 - 41 of the .gitpod.yml file\n\n\n## .gitpod.env\n\nThis file lists initializes the environment variables for the workspace.\n\nThis file contains 3 environmental variables, specifically for working with Gitpod. These are _not secrets_ and should be included in your repo.\n\n```text\nDATABASE_URL=postgres://gitpod@localhost:5432/dev\nTEST_DATABASE_URL=postgres://gitpod@localhost:5432/test\nPRISMA_HIDE_UPDATE_MESSAGE=true\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredwoodjs%2Fadding-gitpod-to-redwood","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fredwoodjs%2Fadding-gitpod-to-redwood","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredwoodjs%2Fadding-gitpod-to-redwood/lists"}