From 551f72a9bca1018e0011558f77c28348cf69d99f Mon Sep 17 00:00:00 2001 From: Cameron Maloney Date: Fri, 7 Jun 2024 05:33:07 -0700 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 9926a17..fc4f54e 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,16 @@ Also, make sure to create a .env file in express-backend and add and `TOKEN_SECRET = 1234` +You can run a linter (specifically eslint) to find potential sources of error in the code with: +``` +npm run eslint +``` + +You can also enforce a consistent style on the code with: +``` +npm run prettier +``` + UI Prototype: https://www.figma.com/file/LEEXoiNaKNr2uPQo002aQm/SaveHaven-site?type=design&node-id=0%3A1&mode=design&t=1YXDdRgnNafMAqs2-1 Project Description: