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

https://github.com/koddr/website

🌐 The official website of me.
https://github.com/koddr/website

Last synced: 6 months ago
JSON representation

🌐 The official website of me.

Awesome Lists containing this project

README

          

# 🌐 website

The official website of me.

URL: https://shostak.dev

## Development

I'm using [Eleventy][eleventy] and [Bun][bun] to develop the website.

Start dev server with:

```bash
bun run dev
```

Build for production with:

```bash
bun run build
```

## ⚠️ License

[`website`][repo_url] is free and open-source software licensed under the [Apache 2.0 License][repo_license_url], created and supported by [Vic Shóstak][author_url] with 🩡 for people and robots. Official logo distributed under the [Creative Commons License][repo_cc_license_url] (CC BY-SA 4.0 International).

[repo_url]: https://github.com/koddr/website
[repo_license_url]: https://github.com/koddr/website/blob/master/LICENSE
[repo_cc_license_url]: https://creativecommons.org/licenses/by-sa/4.0

[author_url]: https://github.com/koddr

[bun]: https://bun.sh
[eleventy]: https://www.11ty.dev