From 1f9abb99ba5b8fe993823a06e9d6aa24a2315e6a Mon Sep 17 00:00:00 2001 From: Timothy-Gonzalez <105177619+Timothy-Gonzalez@users.noreply.github.com> Date: Wed, 27 Sep 2023 20:19:18 -0500 Subject: [PATCH 1/2] Add links for prereqs on README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2b727254..bcbbe95b 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,8 @@ Official repository for HackIllinois API redesign. #### Prerequisites -- `node` -- `yarn` +- [node](https://nodejs.org) +- [yarn](https://yarnpkg.com/getting-started/install) #### Steps for development environment From aaac293dae19bd19cd98bea4e0461b4286073371 Mon Sep 17 00:00:00 2001 From: Timothy-Gonzalez <105177619+Timothy-Gonzalez@users.noreply.github.com> Date: Wed, 27 Sep 2023 21:18:33 -0500 Subject: [PATCH 2/2] Add yarn prereq --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bcbbe95b..97ce8ded 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ Official repository for HackIllinois API redesign. - [node](https://nodejs.org) - [yarn](https://yarnpkg.com/getting-started/install) +- [vercel (cli)](https://vercel.com/docs/cli) #### Steps for development environment