From d27d26dcdb265484cf3b02bb814589f4b4574622 Mon Sep 17 00:00:00 2001 From: Julius Zeidler Date: Mon, 19 Feb 2024 22:47:29 +0100 Subject: [PATCH] update readme --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cabd24a0..0c63328b 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,8 @@ This repository holds the website for the ham radio group "Draussenfunker". ## Setup -Install Nodejs Version 14. + +Install Nodejs Version 20. Run `yarn install` to install the required packages. Run `yarn dev` to start the local development environment. @@ -17,4 +18,5 @@ You can use Frontmatter to change layout and other settings per page: [https://v Inside the `docs` folder, you'll find several files and folders. The file `docs/blog/helloworld.md` will be rendered to `/blog/helloworld`, the `docs/blog/readme.md` will be rendered to `/blog/` -Images and other assets can be placed into the public dir. `docs/.vuepress/public/images/example.png` and be accessed in the browser via `/images/example.png`. \ No newline at end of file +Images and other assets can be placed into the public dir. `docs/.vuepress/public/images/example.png` and be accessed in the browser via `/images/example.png`. +