From 75ac7c3a1088962ef0e2ab1f148e6d13807a1e04 Mon Sep 17 00:00:00 2001 From: leafus Date: Mon, 22 Jul 2024 00:10:49 +0000 Subject: [PATCH] Update README.md --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0052e8c..a9422f6 100644 --- a/README.md +++ b/README.md @@ -4,4 +4,18 @@ Do anything u fuckin want with it -License: MIT +## Deploy + +```bash +bun install +``` + +```bash +bun astro build +``` + +and use any static webserver like caddy and copy files from the `dist` folder to the webserver directory + +## License + +License: MIT \ No newline at end of file