diff --git a/README.md b/README.md index 56474ca..65dfc60 100644 --- a/README.md +++ b/README.md @@ -21,11 +21,45 @@ - Reader Themes - Dark Mode -

- - - - - - +## Screenshots + +

+ + + + + +

+

+ + + + +

+ + +## Feedback + +If you have any feedback, please reach out on Twitter @PnTX10 or via Github discussions + +## Contributing + +Contributions are always welcome! + +A lot of features can be added but I don't have the time for all of them so if you want to add something +just make a pull request + +## Development + +### Clone and install Dependancies +```bash +git clone https://github.com/LivreBooks/livre.git +cd livre +yarn +``` +### Build Development build +```bash +yarn prebuild +npx expo run:android +```