Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ Contributions are welcome! Please feel free to submit a Pull Request.
# or
pnpm dev
```
**Note: If you have any adblocks running you may have to disable them for the website to load.**

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

Expand All @@ -109,6 +110,15 @@ yarn build
pnpm build
```

## Previewing Production
```bash
npm run preview
# or
yarn preview
# or
pnpm build
```

## Project Structure

```
Expand Down