https://github.com/jaredsburrows/jaredsburrows.github.io
Jared's GitHub Pages
https://github.com/jaredsburrows/jaredsburrows.github.io
Last synced: 10 months ago
JSON representation
Jared's GitHub Pages
- Host: GitHub
- URL: https://github.com/jaredsburrows/jaredsburrows.github.io
- Owner: jaredsburrows
- License: apache-2.0
- Created: 2024-10-19T17:30:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-08-28T00:23:42.000Z (10 months ago)
- Last Synced: 2025-08-28T17:08:08.437Z (10 months ago)
- Language: TypeScript
- Homepage: https://jaredsburrows.github.io/
- Size: 260 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Jared's GitHub Pages
[](https://www.apache.org/licenses/LICENSE-2.0)
[](https://github.com/jaredsburrows/jaredsburrows.github.io/actions/workflows/website.yml)
[](https://twitter.com/jaredsburrows)
## Run Locally
```shell
npm install && npm run dev
```
## Run Linter
```shell
npm run lint
```
## Build Website
```shell
npm run build
```
## Update Dependencies Manually
```shell
rm -f package-lock.json && \
npm update && \
npm outdated && \
npm audit fix --force && \
npm install
```