travel_report_east_africa/README.md

28 lines
468 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.
The maps animation have been generated with [mult.dev](https://mult.dev/de)
## How to setup
```
cd slidev
npm install
```
## How to present
Start a webserver for presentation
```
npm run dev
```
or build everything so you don't need a webserver
```
npm run build
```