Create README.md

This commit is contained in:
Benedikt Ehinger 2023-05-05 16:54:14 +02:00 committed by GitHub
parent 035f43c9c6
commit 051e53466c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 0 deletions

13
README.md Normal file
View File

@ -0,0 +1,13 @@
# summerschool_simtech_2023
SimTech Summer School 2023
## Quarto
this website uses [Quarto](https://quarto.org/)
I recommend to use the VSCode extension or RStudio.
to only run it locally
```bash
quarto preview hello.qmd
```