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.
- Host: GitHub
- URL: https://github.com/jclem/jclem.me-go-v1
- Owner: jclem
- Created: 2023-11-04T16:15:26.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-14T22:14:39.000Z (over 2 years ago)
- Last Synced: 2025-10-13T12:48:10.826Z (8 months ago)
- Language: Go
- Homepage: https://www.jclem.me
- Size: 307 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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
```