Add the basic template to generate webpage

This commit is contained in:
Gelieza K
2023-07-31 15:13:50 +02:00
parent 5b47a090a5
commit 65e88dff8e
41 changed files with 47715 additions and 0 deletions

7
README.md Normal file
View File

@@ -0,0 +1,7 @@
# XM_40017
Jupyter notebook scripts for the course Programming Large-Scale Parallel Systems (XM_40017) at Vrije Universiteit Amsterdam.
- [**Go to webpage**](https://fverdugo.github.io/XM_40017/dev)
## Run webpage locally
In XM_40017 folder, call `using LiveServer; servedocs(skip_dir=joinpath("docs","src","notebook-output"))` in terminal.