Skip to content

Latest commit

 

History

History
48 lines (33 loc) · 1.18 KB

README.md

File metadata and controls

48 lines (33 loc) · 1.18 KB

Meditation App - README

A simple meditation app built using expo.

Prerequisites

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.

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/meditation-app.git
    cd meditation-app
  2. Install dependencies:

    npm install
  3. Start the Expo server:

    npx expo start
  4. 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.

Contributing

Contributions are welcome! To contribute:

  1. Fork the repository.
  2. Create a new branch: git checkout -b feature-name.
  3. Make your changes and commit them: git commit -m 'Add some feature'.
  4. Push to the branch: git push origin feature-name.
  5. Create a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.