Skip to content

Lift is a simple and powerful workout tracking app, designed for maximum efficiency. Powered by Expo.

Notifications You must be signed in to change notification settings

michaelheckmann/lift

Repository files navigation

Lift 🏋️💪

The Lift repository contains the frontend code for the React Native app. The app is built using expo.

Installation

Package Manager

The repository uses yarn as the package manager. To check whether yarn is already installed, run this command in your terminal:

yarn --version

If it is not yet installed, you can install it with this command:

npm install --global yarn

Learn more here about yarn.

Dependencies

Install all the required dependencies by running this command in the project directory:

yarn

Environment Variables

Add the necessary environment variables to the project.

cp .env.example .env

Start the development server

To start up the dev server, run this command in the project directory:

yarn start

Learn more about the installation process here.

Troubleshooting

ApiV2Error: Entity Not Authorized.

If you get this error when running yarn start, try logging out of expo expo logout and logging back in npx expo login.

Todos

About

Lift is a simple and powerful workout tracking app, designed for maximum efficiency. Powered by Expo.

Topics

Resources

Stars

Watchers

Forks