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
- Host: GitHub
- URL: https://github.com/mcous/mcous.github.io
- Owner: mcous
- License: other
- Created: 2014-05-18T03:52:31.000Z (about 12 years ago)
- Default Branch: main
- Last Pushed: 2025-02-16T18:21:25.000Z (over 1 year ago)
- Last Synced: 2025-03-20T06:12:39.255Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://michael.cousins.io/
- Size: 39.7 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.