Skip to content

dev-john-nguyen/softlete-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Softlete App

An iOS health and fitness application tailored for athletes and coaches to efficiently manage their training programs.

Development

App (IOS)

cd app
yarn install
cd ios
pod install
cd ...
yarn start

Server

cd server
yarn install
yarn start

Resources To Run Locally

facebook/react-native#33017

facebook/react-native#22918

https://stackoverflow.com/questions/66742033/phasescriptexecution-cp-user-error-in-react-native image

https://stackoverflow.com/questions/69692842/error-message-error0308010cdigital-envelope-routinesunsupported

Build Project

App

  1. Need GoogleService-Info file in Xcode Project, Also add to Build Phases > Compile Sources.
  2. Need Development Team assigned in Xcode Project
  3. Make sure to set your terminal to use Node Version v16.20.2
  4. yarn install within app directory ( can run yarn cache clean to clear cache)
  5. cd ios and pod install ( can run pod cache clean --all, clean build folder in Xcode, delete Pods folder, and Podfile.lock to clear cache)
  6. Back in app directory run yarn run ios to run the project

Server

  1. cd server
  2. yarn install
  3. yarn run server
  4. pm2 logs to see logs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published