heartwood every commit a ring

Update README to reflect bun migration and Docker deployment

94577d4f by Isaac Bythewood · 1 month ago

Update README to reflect bun migration and Docker deployment

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
modified README.md
@@ -23,23 +23,17 @@ After you get the repo it's up to you how you want to use it.## DevelopmentYou will need to have a version of `node` installed and `yarn`. If you alreadyhave `node` but don't know if you have yarn you probably just have `npm` andcan install yarn with `npm i -g yarn`. After that you can run:You will need to have [bun](https://bun.sh/) installed. After that you can run:    yarn install    yarn start    bun install    bun startThis will spin up isaacbythewood.com to run on port 3000 which you can accessvia a browser at `http://localhost:3000`.I won't really go into how to get `node` installed here, if you need help withthat feel free to submit an issue but the best place to start would be justsearching for `how to install node on <your operating system here>`. There areplenty of great guides out there as it is very popular.This will spin up isaacbythewood.com to run on port 8000 which you can accessvia a browser at `http://localhost:8000`.## ProductionI suggest pushing this code to [Vercel](https://vercel.com/) with an update tothe `vercel.json` file to change the alias for the easiest productiondeployment.The project includes a `Dockerfile` and `docker-compose.yml` for productiondeployment. To build and run with Docker:    docker compose up -d