travel_report_east_africa/README.md

28 lines
468 B
Markdown
Raw Normal View History

2024-01-21 15:19:16 +01:00
# My travel report about east africa
2024-01-21 15:15:34 +01:00
2024-01-21 16:18:58 +01:00
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.
2024-01-28 19:24:35 +01:00
The maps animation have been generated with [mult.dev](https://mult.dev/de)
## How to setup
```
cd slidev
npm install
```
2024-01-22 08:28:26 +01:00
## How to present
2024-01-21 16:18:58 +01:00
Start a webserver for presentation
```
2024-01-28 19:24:35 +01:00
npm run dev
2024-01-21 16:18:58 +01:00
```
or build everything so you don't need a webserver
```
npm run build
2024-01-22 08:28:06 +01:00
```