https://github.com/brittharr/brittharr.github.io
https://github.com/brittharr/brittharr.github.io
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/brittharr/brittharr.github.io
- Owner: brittharr
- Created: 2015-06-29T15:47:48.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2022-11-11T01:24:41.000Z (about 3 years ago)
- Last Synced: 2025-01-20T19:47:17.753Z (11 months ago)
- Language: Svelte
- Homepage: http://www.brittany-harris.com
- Size: 57.6 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# brittany-harris.com


## Developing
Once you've created a project and installed dependencies with `npm install` (or `pnpm install` or `yarn`), start a development server:
```bash
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
```
Small assets
```bash
sips -Z 1200 static/assets/images/**/*.png
```
## Building
```bash
npm run build
```