/GymTracker

An app to help you best tracking your gym workout

Primary LanguageTypeScript

Gym Tracker

All you need in one place 🏋🏻‍

Supports Expo iOS Supports Expo Android

Setup locally 💻

  1. Install dependencies
    yarn install
  2. Start tailwind watcher
    yarn dev:tailwind
  3. Start the app
    yarn start

Build the app for deployment 🚀

  1. Install dependencies
    yarn install
  2. Start tailwind watcher
    yarn publish:expo

💡 You can disable the TypeScript setup in Expo CLI with the environment variable EXPO_NO_TYPESCRIPT_SETUP=1 expo start