A simple meditation app built using expo.
Before you begin, ensure you have met the following requirements:
- Node.js: Ensure you have Node.js installed (recommended version: 14.x or above).
- Git: Version control system to clone the repository.
-
Clone the repository:
git clone https://github.com/your-username/meditation-app.git cd meditation-app
-
Install dependencies:
npm install
-
Start the Expo server:
npx expo start
-
Run on a simulator or device:
- iOS: Press
i
to run on an iOS simulator. - Android: Press
a
to run on an Android emulator.
You can also scan the QR code with the Expo Go app on your physical device.
- iOS: Press
Contributions are welcome! To contribute:
- Fork the repository.
- Create a new branch:
git checkout -b feature-name
. - Make your changes and commit them:
git commit -m 'Add some feature'
. - Push to the branch:
git push origin feature-name
. - Create a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.