Skip to content

pzp1997/Sefaria-iOS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sefaria-iOS

This repo contains the source code and export script to generate the content for Sefaria's unreleased iOS App.

We're using React-Native, so much of the app is written in JavaScript. This is unlike our Android app which was built natively, but similar to our Web app which is built with React.

Getting Started

brew install node
brew install watchman
git clone https://github.com/Sefaria/Sefaria-iOS/
cd Sefaria-iOS/ReaderApp                            
npm install
npm run setup
cp LocalSettingsExample.plist LocalSettings.plist

With these dependencies installed, you can open /ReaderApp/ReadApp.xcodeprog and hit run to start the simulator.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 64.2%
  • Objective-C 15.5%
  • Python 14.6%
  • Java 5.7%