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

https://github.com/mcous/mcous.github.io

Michael Cousins' home on the internet
https://github.com/mcous/mcous.github.io

Last synced: 4 months ago
JSON representation

Michael Cousins' home on the internet

Awesome Lists containing this project

README

          

# michael.cousins.io

Michael Cousins’ home on the internet

## Develop

Node.js v18 required for development.

```shell
# run all checks and builds
pnpm all

# start the dev server
pnpm start

# format, lint, and type check
pnpm check

# build and serve production assets
pnpm build
pnpm preview
```

## Deploy

The site is continuously deployed to GitHub Pages from `main`.