voyagehandbook/README.md

41 lines
829 B
Markdown
Raw Normal View History

2023-03-27 19:45:57 +02:00
# Voyage Handbook
2023-03-16 14:57:15 +01:00
Access [WikiVoyage](https://en.wikivoyage.org) conveniently from your phone!
## Roadmap
2023-03-27 19:45:57 +02:00
*(In no particular order)*
2023-03-24 23:48:55 +01:00
- [ ] Navigation in articles by heading
2023-03-27 19:45:57 +02:00
- [ ] Settings for reader
- [ ] Translate UI
- [ ] Support different WikiVoyage languages
2023-03-16 14:57:15 +01:00
- [ ] Bookmark articles
- [ ] Download articles
- [ ] Download whole countries
- [ ] Offline download
- [ ] Translation of articles into different languages
2023-03-27 19:45:57 +02:00
## Contributing
TODO
## Building
### Linux
1. Download the repository with its submodules:
```sh
git clone https://git.mnau.xyz/hernik/voyagehandbook --recursive
cd voyagehandbook
```
2. Install dependencies through flutter wrapper
```sh
./flutterw pub get
# check that android is set up correctly through flutter doctor
./flutterw doctor
```
3. Run on your connected device
```sh
./flutterw run
```