From 4fee4cdc1b01723f0440402095da50f21eef2953 Mon Sep 17 00:00:00 2001 From: Spencer Lepine <60903378+spencerlepine@users.noreply.github.com> Date: Sat, 9 Dec 2023 17:16:29 -0800 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3cddd06..ea655b2 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ A grocery product catalog to assist budgeting and managing a shopping list store - [OpenFoodFacts](https://world.openfoodfacts.org) - [Google CSE](https://cse.google.com) - [Spoonacular](https://spoonacular.com/food-api/docs) +- [Heroku](https://www.heroku.com/) (for hosting frontend) ## 🏗️ Architecture @@ -49,9 +50,9 @@ A grocery product catalog to assist budgeting and managing a shopping list store ## ⚙️ Local Development ```sh - $ cp .env.sample .env - $ npm install - $ npm run dev +$ cp .env.sample .env +$ npm install +$ npm run dev ``` ## 🌐 Links