We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1b820ee + 7539849 commit b8b07f3Copy full SHA for b8b07f3
README.md
@@ -96,6 +96,7 @@ Contributions are welcome! Please feel free to submit a Pull Request.
96
# or
97
pnpm dev
98
```
99
+**Note: If you have any adblocks running you may have to disable them for the website to load.**
100
101
7. Open your browser and navigate to `http://localhost:8080`
102
@@ -109,6 +110,15 @@ yarn build
109
110
pnpm build
111
112
113
+## Previewing Production
114
+```bash
115
+npm run preview
116
+# or
117
+yarn preview
118
119
+pnpm build
120
+```
121
+
122
## Project Structure
123
124
0 commit comments