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

https://github.com/maxroecker/maxroecker.github.io

Repository for maxroecker.github.io page.
https://github.com/maxroecker/maxroecker.github.io

11ty

Last synced: 28 days ago
JSON representation

Repository for maxroecker.github.io page.

Awesome Lists containing this project

README

          

# maxroecker.github.io

This is the source code of [Max Roecker's Blog](http://maxroecker.github.io).

---

## License

Otherwise explicitly, all the content of this repository — blog posts, pages and
multimedia — are under
[Creative Commons Attribution 4.0](https://creativecommons.org/licenses/by/4.0/).
The source code of this site is under MIT License.

---

## Development

### Setup

To setup this repository, after cloning the repository, run:

```bash
npm install
```

To run in development mode, you'll need to first build:

```bash
npm run build
```

Then, run the development server and watch for changes:

```bash
npm run dev
```