Skip to content
Open
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
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,20 @@ Yes, you can fork this repo. Please give proper credit by linking back to [britt
npm run build
```

1. Preview the site as it will appear once deployed
2. Preview the site as it will appear once deployed

```sh
npm run serve
```
## OpenSSL Error Fix

1. Check for `package.json`
2. Add or change the line like below within **scripts**. For windows use `set` instead of `export`

```sh
export SET NODE_OPTIONS=--openssl-legacy-provider
```


## 🎨 Color Reference

Expand Down