rosajsx / 100DiasDeCodigo-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

100 Dias de Codigo

This app was built using Expo.

Getting Started

Step 1: Install Dependencies

First, you need to install all the necessary dependencies. Open your terminal and run the following command:

  $ yarn

Step 2: Configure Environment

Next, you'll need to configure your environment. Create a .env file in the project's root directory and set it up similar to the example.env provided.

Step 3: Start the App

To launch the app, use one of the following commands depending on your platform:

For Android:

  $ npx expo start --android

or

  $ npx expo start --ios

Contribution

We would greatly appreciate your help in improving this project! If you'd like to contribute, please follow the steps below:

  • Fork the repository.
  • Create a branch for your contribution
  • Make your changes and additions to the code.
  • Commit your changes
  • Push to the branch you created
  • Create a Pull Request in the original repository and describe your changes and improvements.

About


Languages

Language:TypeScript 98.2%Language:JavaScript 1.8%