frontend client for gemstone. decentralised workplace app
1# Welcome to your Expo app 👋 2 3This is an [Expo](https://expo.dev) project created with [`create-expo-app`](https://www.npmjs.com/package/create-expo-app). 4 5## Get started 6 71. Install dependencies 8 9 ```bash 10 npm install 11 ``` 12 132. Start the app 14 15 ```bash 16 npx expo start 17 ``` 18 19In the output, you'll find options to open the app in a 20 21- [development build](https://docs.expo.dev/develop/development-builds/introduction/) 22- [Android emulator](https://docs.expo.dev/workflow/android-studio-emulator/) 23- [iOS simulator](https://docs.expo.dev/workflow/ios-simulator/) 24- [Expo Go](https://expo.dev/go), a limited sandbox for trying out app development with Expo 25 26You can start developing by editing the files inside the **app** directory. This project uses [file-based routing](https://docs.expo.dev/router/introduction). 27 28## Get a fresh project 29 30When you're ready, run: 31 32```bash 33npm run reset-project 34``` 35 36This command will move the starter code to the **app-example** directory and create a blank **app** directory where you can start developing. 37 38## Learn more 39 40To learn more about developing your project with Expo, look at the following resources: 41 42- [Expo documentation](https://docs.expo.dev/): Learn fundamentals, or go into advanced topics with our [guides](https://docs.expo.dev/guides). 43- [Learn Expo tutorial](https://docs.expo.dev/tutorial/introduction/): Follow a step-by-step tutorial where you'll create a project that runs on Android, iOS, and the web. 44 45## Join the community 46 47Join our community of developers creating universal apps. 48 49- [Expo on GitHub](https://github.com/expo/expo): View our open source platform and contribute. 50- [Discord community](https://chat.expo.dev): Chat with Expo users and ask questions.