An open API service indexing awesome lists of open source software.

https://github.com/brittharr/brittharr.github.io


https://github.com/brittharr/brittharr.github.io

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# brittany-harris.com

![CI](https://github.com/brittharr/brittharr.github.io/actions/workflows/ci.yml/badge.svg)
![Deploy](https://github.com/brittharr/brittharr.github.io/actions/workflows/deploy.yml/badge.svg)

## 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
```