From 88ee097601205829afaf5d1672053d59d3aba065 Mon Sep 17 00:00:00 2001 From: wlongmireLambda <71340015+wlongmireLambda@users.noreply.github.com> Date: Thu, 16 Sep 2021 11:39:09 -0400 Subject: [PATCH 1/2] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index be94affa3..429496f14 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,9 @@ Follow these steps for completing your project. ### Task 2a: MVP -After you have figured out which project you want to deploy, sign up for an account with Vercel and start the deployment process as outlined in training kit for this module. Once the project is deployed, you will add it to your porfolio site. Finally, work on updating this project so that it is polished and bug free! Good luck! +After you have figured out which project you want to deploy, sign up for an account with Vercel and start the deployment process as outlined in training kit for this module. Once the project is deployed, you will add it to your porfolio site. Finally, work on updating this project so that it is polished and bug free! + +Submit the link to your hosted project in canvas. Good luck! ### Task 3: Stretch Problems From eca7259f779ad86a078c6864444b400b9eb95642 Mon Sep 17 00:00:00 2001 From: Cheyenne Bowman Date: Thu, 11 Nov 2021 12:39:47 -0600 Subject: [PATCH 2/2] 1st --- README.md | 2 +- package-lock.json | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 package-lock.json diff --git a/README.md b/README.md index 429496f14..2889bec5b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Module Project: Deploying Web Apps - Portfolio Piece +# Module Project: Deploying Web Apps - Portfolio Piece cheyenne bowman ## Introduction diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 000000000..7b52e3fef --- /dev/null +++ b/package-lock.json @@ -0,0 +1,6 @@ +{ + "name": "web-module-project-deploying-web-apps", + "lockfileVersion": 2, + "requires": true, + "packages": {} +}