From c8d659ef43db53b63a5470a36aed83903f912ef0 Mon Sep 17 00:00:00 2001 From: "Mr. Singleton" Date: Wed, 11 Oct 2023 20:31:30 -0400 Subject: [PATCH] Update README.md --- README.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 5a9c8d58..53f158d9 100644 --- a/README.md +++ b/README.md @@ -45,12 +45,13 @@ Application that serves as the website builder from React Components * ```cd functions``` * update sanity client with project ID * .env file - * SANITY_PROJECTID= - * SANITY_DB=development - * SANITY_API_TOKEN= - * SENDGRID_API_KEY= - * SENDGRID_FROM_EMAIL= - + ``` + SANITY_PROJECTID= + SANITY_DB=development + SANITY_API_TOKEN= + SENDGRID_API_KEY= + SENDGRID_FROM_EMAIL= + ``` ### Installing #### UI * ```npm install``` @@ -72,8 +73,8 @@ Application that serves as the website builder from React Components * ```npm run dev``` * navigate in browser to http://localhost:3333/ #### Storybook -* ```npm runs storybook``` -* navigate in browser to http://localhost:6006/ + * ```npm run storybook``` + * navigate in browser to http://localhost:6006/ ### Deployment #### First Build UI