From 0850682319eaae719c53ffdf4124be6e57b58c41 Mon Sep 17 00:00:00 2001 From: sundae Date: Wed, 11 Jun 2025 09:44:41 +0300 Subject: [PATCH] added instructions to readme --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d9bfd3b..7f31abd 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,11 @@ -# website +# sunny's website +my personal website :3 + +you will need [npm](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm) and a terminal to run this + +1. clone the repo with `git clone` +2. cd into `website/` +3. run `npm install` +4. run `npx @11ty/eleventy --serve` to deploy a local server +5. have fun \ No newline at end of file