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