Introduction
This section provides an overview of how to get started with loading the Lucidity application on your phone.
Introduction
Welcome to the Lucidity App setup guide! This document will help you get the app running on your device in no time. Follow the steps carefully to load the application in a sandbox environment and on a physical device.
Getting Started
To open the Lucidity App within a sandbox environment, follow these steps:
1. Clone the Repository
Begin by cloning the Lucidity repository to your local machine using the following command:
git clone --recursive https://github.com/AyubsWrld/Lucidity
2. Install the Expo GO Mobile App
Download the Expo GO mobile application on your phone. This will enable you to run the Lucidity App in a sandbox environment on your mobile device.
3. Run the Setup Commands
Once the repository is cloned, open a terminal, navigate to the project folder, and execute the following commands:
cd Lucidity
npm install
npm expo start
This will install the necessary dependencies and start the development server.
Loading the Application onto a Physical Device
After running the commands above, the Metro Bundler will generate a QR code in your terminal. Follow these steps to load the app onto your physical device:
- Scan the QR code using the Expo GO app on your phone.
- The Lucidity App will automatically open in the Expo GO environment.
"Documentation is a love letter that you write to your future self."
— Damian Conway