mirror of
https://github.com/draussenfunker/draussenfunker.github.io.git
synced 2025-12-31 08:29:17 +00:00
update readme
This commit is contained in:
parent
616e953065
commit
d27d26dcdb
1 changed files with 4 additions and 2 deletions
|
|
@ -3,7 +3,8 @@
|
||||||
This repository holds the website for the ham radio group "Draussenfunker".
|
This repository holds the website for the ham radio group "Draussenfunker".
|
||||||
|
|
||||||
## Setup
|
## Setup
|
||||||
Install Nodejs Version 14.
|
|
||||||
|
Install Nodejs Version 20.
|
||||||
|
|
||||||
Run `yarn install` to install the required packages.
|
Run `yarn install` to install the required packages.
|
||||||
Run `yarn dev` to start the local development environment.
|
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.
|
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/`
|
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`.
|
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`.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue