https://github.com/maxbeatty/blog
👨🏼💻blog source
https://github.com/maxbeatty/blog
Last synced: about 1 year ago
JSON representation
👨🏼💻blog source
- Host: GitHub
- URL: https://github.com/maxbeatty/blog
- Owner: maxbeatty
- Created: 2021-08-21T19:41:57.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-05-08T19:07:37.000Z (about 4 years ago)
- Last Synced: 2025-02-09T17:29:04.984Z (over 1 year ago)
- Language: Shell
- Homepage: https://maxbeatty.com
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
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/)