Skip to content

Commit 96fbd7d

Browse files
authored
docs(CONTRIBUTING): remove stale gitpod one-click setup section (#11096)
1 parent 6efc619 commit 96fbd7d

1 file changed

Lines changed: 0 additions & 20 deletions

File tree

CONTRIBUTING.md

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -135,26 +135,6 @@ https://github.com/fulopkovacs/form/assets/43729152/9d35a3c3-8153-4e74-9cb2-af27
135135

136136
If you want to run an example without installing dependencies for the whole repo, just follow the instructions from the example's README.md file. It will then be run against the latest TanStack Query release.
137137
138-
## Online one-click setup
139-
140-
You can use Gitpod (An Online open-source VS Code-like IDE that is free for Open Source) for developing online. With a single click it will start a workspace and automatically:
141-
142-
- clone the `TanStack/query` repo.
143-
- install all the dependencies in `/` and `/docs`.
144-
- run below in the root(`/`) to Auto-build files.
145-
146-
```bash
147-
npm start
148-
```
149-
150-
- run below in `/docs`.
151-
152-
```bash
153-
npm run dev
154-
```
155-
156-
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/TanStack/query)
157-
158138
## Changesets
159139
160140
This repo uses [Changesets](https://github.com/changesets/changesets) to automate releases. If your PR should release a new package version (patch, minor, or major), please run `pnpm changeset` and commit the file. If needed, changeset descriptions can be more descriptive, and will be included in the changelog. If your PR affects docs, examples, styles, etc., you probably don't need to generate a changeset.

0 commit comments

Comments
 (0)