diff --git a/README.md b/README.md index ea0f4db..d5791f0 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,10 @@ -# Expo Router Example +# pvern +React Native Client for Proxmox VE. -Use [`expo-router`](https://expo.github.io/router) to build native navigation using files in the `app/` directory. - -## 🚀 How to use +| login screen | node overview | container view | +## Usage ```sh -npx create-react-native-app -t with-router +yarn install +yarn start ``` - -## 📝 Notes - -- [Expo Router: Docs](https://expo.github.io/router) -- [Expo Router: Repo](https://github.com/expo/router) -- [Request for Comments](https://github.com/expo/router/discussions/1) diff --git a/assets/container-screen.jpg b/assets/container-screen.jpg new file mode 100644 index 0000000..f9c2b0d Binary files /dev/null and b/assets/container-screen.jpg differ diff --git a/assets/login.jpg b/assets/login.jpg new file mode 100644 index 0000000..9dcbb79 Binary files /dev/null and b/assets/login.jpg differ diff --git a/assets/node-overview.jpg b/assets/node-overview.jpg new file mode 100644 index 0000000..71f1c60 Binary files /dev/null and b/assets/node-overview.jpg differ