From e12b8af6c2dec6b6585f4df145679eb9e1fc006a Mon Sep 17 00:00:00 2001 From: "Kent C. Dodds" Date: Thu, 15 Feb 2024 14:50:35 -0700 Subject: [PATCH] remove old stuff --- README.md | 13 ------------- scripts/update-deps | 5 ----- 2 files changed, 18 deletions(-) delete mode 100755 scripts/update-deps diff --git a/README.md b/README.md index 813f63c1..e1a2dda8 100644 --- a/README.md +++ b/README.md @@ -45,19 +45,6 @@ speed on some of the tools and concepts we'll be covering: - TODO: add resources -## Quick start - -It's recommended you run everything in the same environment you work in every -day, but if you don't want to set up the repository locally, you can get started -in one click with [Gitpod](https://gitpod.io), -[CodeSandbox](https://codesandbox.io/s/github/kentcdodds/advanced-react-hooks), -or by following the [video demo](https://www.youtube.com/watch?v=gCoVJm3hGk4) -instructions for [GitHub Codespaces](https://github.com/features/codespaces). - -[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/kentcdodds/advanced-react-hooks) - -For a local development environment, follow the instructions below - ## System Requirements - [git][git] v2.18 or greater diff --git a/scripts/update-deps b/scripts/update-deps deleted file mode 100755 index 0e6ec529..00000000 --- a/scripts/update-deps +++ /dev/null @@ -1,5 +0,0 @@ -# prettier-ignore -npx npm-check-updates --upgrade --reject husky,chalk -rm -rf node_modules package-lock.json -npx npm@8 install -npm run validate