From ff9ea5acb91c748f675bc517c83d904b06b6df2b Mon Sep 17 00:00:00 2001 From: ironkayman Date: Sat, 17 Feb 2024 04:03:59 +0400 Subject: [PATCH] README: added heading --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b224636..9abffed 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,12 @@ -# Profile Site Overview +# What is this? + +A personal site and an unficton wiki for a wordbuilding/writing project **"Maelstrom Takes Toll"** using SvelteKit, [MDsveX](https://mdsvex.pngwn.io/) and [melt-ui](https://melt-ui.com/). ### Build Install dependencies: ```sh -make install +npm install ``` Create local development build (watching changes):