Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RahulKhanna14 authored Oct 14, 2024
1 parent d85d476 commit d2b13ec
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d2b13ec

Please sign in to comment.