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

https://github.com/andygrunwald/andygrunwald.com

andygrunwald.com
https://github.com/andygrunwald/andygrunwald.com

Last synced: over 1 year ago
JSON representation

andygrunwald.com

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).