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

https://github.com/maxbeatty/blog

👨🏼‍💻blog source
https://github.com/maxbeatty/blog

Last synced: about 1 year ago
JSON representation

👨🏼‍💻blog source

Awesome Lists containing this project

README

          

# blog

## Setup

### First Time

1. Install [mise](https://mise.jdx.dev/getting-started.html): `curl https://mise.run | sh`
1. Install tools: `mise install`

### Routinely

1. Setup: `mise run setup`

## Development

See [Astro's development and build docs](https://docs.astro.build/en/develop-and-build/)

- Develop: `mise run dev`
- Build: `mise run build`

## Deployment

Astro is deployed to [Cloudflare Pages](https://developers.cloudflare.com/pages/) using their [git integration](https://developers.cloudflare.com/pages/get-started/git-integration/)