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

https://github.com/jclem/jclem.me-go-v1

My personal website and ActivityPub server.
https://github.com/jclem/jclem.me-go-v1

Last synced: about 2 months ago
JSON representation

My personal website and ActivityPub server.

Awesome Lists containing this project

README

          

# https://www.jclem.me

This is the source code for my webiste.

## Requirements

- Go (see `go.mod` for version)
- Node >=21.1
- make
- [konk](https://github.com/jclem/konk)

## Development

```shell
$ git clone https://github.com/jclem/jclem.me
$ make bootstrap
$ konk proc -E
```