https://github.com/andygrunwald/andygrunwald.com
andygrunwald.com
https://github.com/andygrunwald/andygrunwald.com
Last synced: over 1 year ago
JSON representation
andygrunwald.com
- Host: GitHub
- URL: https://github.com/andygrunwald/andygrunwald.com
- Owner: andygrunwald
- Created: 2021-06-27T14:50:41.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-04-12T07:51:59.000Z (over 1 year ago)
- Last Synced: 2025-04-12T08:35:20.502Z (over 1 year ago)
- Language: MDX
- Homepage:
- Size: 30.6 MB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# [andygrunwald.com](https://andygrunwald.com/)
The website [andygrunwald.com](https://andygrunwald.com) based on [Astro](https://astro.build/).
Most of the following chapters are for the future me, who cannot remember everything.
## Starting the development server
```sh
$ make init
$ make run
```
## Render the (production) site
```sh
$ make build
```
## Contributions welcome
Feel free to contribute if you found a typo, want to fix something, or hand in a suggestion to change a blog post.
[Open a new issue](https://github.com/andygrunwald/andygrunwald.com/issues/new) or [apply a pull request](https://github.com/andygrunwald/andygrunwald.com/compare).