Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 1.02 KB

File metadata and controls

45 lines (30 loc) · 1.02 KB

Desenvolvimento de Aplicativo - Unb

Prerequisites

Before you begin, ensure you have the following software installed on your computer:

  • Node.js: You can download it from nodejs.org.

  • Yarn: You can install Yarn by following the instructions at yarnpkg.com.

Clone Repository

git clone https://github.com/your-username/your-project.git
cd your-project

Running the Project Now that you have all the required dependencies installed, you can run the project using Expo:

Install Dependencies

cd your-project
yarn install

Running the Project

Now that you have all the required dependencies installed, you can run the project using Expo:

yarn expo start

Code Styling

This project uses Prettier and ESLint for code formatting and linting. You can check and fix linting issues with the following commands:

yarn prettier . --check
yarn prettier --wirte folder/filename
yarn prettier . --write