From 4082bdf34beda81815a41c8ce71086bed1c401cf Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 13 Jul 2025 14:49:59 +0900 Subject: chore: add README --- README.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..bc2517b --- /dev/null +++ b/README.md @@ -0,0 +1,28 @@ +# feedaka + +A simple RSS/Atom feed reader. This is my personal project and is developed for my use only. + +## Requirements + +* Go 1.24+ +* Node.js 22+ +* Docker and Docker Compose +* [Just](https://github.com/casey/just) + +## Run + +### Docker + +```bash +$ docker compose up +``` + +Access at . + +### Non-docker + +```bash +$ just build +$ cd frontend && npm run dev & +$ cd .. && just serve +``` \ No newline at end of file -- cgit v1.2.3-70-g09d2