Skip to content

sahbi-coder/liftGraph

Repository files navigation

LiftGraph - Powerlifting Progress Tracker

A React Native app for tracking powerlifting progress.

Getting Started

Project Structure

  • apps/mobile - React Native app
  • packages/common - Shared code between apps

Prerequisites

  • nvm
  • yarn classic (v1)

Installation

# install the correct node version
nvm install

# install the dependencies
yarn

Development

Mobile

# start the mobile app
yarn mobile:start

Installing dependencies

Always install dependencies in the workspace that is using them.

# install an expo version dependent package
yarn workspace @liftgraph/mobile expo add <package-name>

# install a package in the mobile app using yarn
yarn workspace @liftgraph/mobile add <package-name>

Testing

# build using tsc
yarn build

# linting
yarn lint

# testing with jest
yarn test

About

My first serious attempt for escaping slavery, please lord protect my ass.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published