From d2b13ecd3105982b4edf9779b63306e593174fc1 Mon Sep 17 00:00:00 2001 From: Rahul Khanna <58804439+RahulKhanna14@users.noreply.github.com> Date: Mon, 14 Oct 2024 13:49:12 -0700 Subject: [PATCH] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 13e0907..4a712ec 100644 --- a/README.md +++ b/README.md @@ -32,8 +32,13 @@ To start our app, you just need to run `npm start` within the website folder! cd website npm start ``` +If this doesn't work, you may need to add a file named ".env" in the website subdirectory, whose only text is -And to build our project for production (with CRA's webpack bundling and all that goodness), +``` +SKIP_PREFLIGHT_CHECK=true +``` + +To build our project for production (with CRA's webpack bundling and all that goodness), ``` cd website