18 lines
345 B
Markdown
18 lines
345 B
Markdown
# My travel report about east africa
|
|
|
|
Hey there I went with my SO to Uganda and Kenya for a month. We had some pretty good time there. More about our journey you can find in the presentation.
|
|
|
|
## How to present2
|
|
|
|
Start a webserver for presentation
|
|
|
|
```
|
|
npm run start
|
|
```
|
|
|
|
or build everything so you don't need a webserver
|
|
|
|
```
|
|
npm run build
|
|
```
|