Skip to content

Commit 7539849

Browse files
committed
Updated README with instructions for previewing
production build and added note about adblockers.
1 parent 1b820ee commit 7539849

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ Contributions are welcome! Please feel free to submit a Pull Request.
9696
# or
9797
pnpm dev
9898
```
99+
**Note: If you have any adblocks running you may have to disable them for the website to load.**
99100

100101
7. Open your browser and navigate to `http://localhost:8080`
101102

@@ -109,6 +110,15 @@ yarn build
109110
pnpm build
110111
```
111112

113+
## Previewing Production
114+
```bash
115+
npm run preview
116+
# or
117+
yarn preview
118+
# or
119+
pnpm build
120+
```
121+
112122
## Project Structure
113123

114124
```

0 commit comments

Comments
 (0)