From d3a82aa96b49db0ff84c43e4ff1384db8af930db Mon Sep 17 00:00:00 2001 From: sindrekjelsrud Date: Thu, 20 Jul 2023 22:12:00 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20update=20README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 276ddf3..d958606 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ kjelsrud.dev

- My personal website, made with Hugo + The second iteration of my personal website, built with Astro.

## 📝 Info @@ -34,4 +34,19 @@ ## 🛠️ How do I run it locally? -... \ No newline at end of file +1. Install the dependencies +`npm install or yarn` + +2. Start the development server +`yarn dev` + +## 🚀 Build and run for production + +1. Generate a full static production build +`npm run build` + +## 🎨 Color codes +... + +## Versionlog +- I've put v1 in the branch called ... \ No newline at end of file