Sefaria for iOS
JavaScript Python Objective-C Java
Latest commit 9d488b2 May 8, 2017 @rneiss rneiss committed on GitHub Update README.md
Permalink
Failed to load latest commit information.
ReaderApp
scripts fully backwards compatible. added way to clear downloads queue Apr 19, 2017
.gitignore
README.md

README.md

Sefaria-iOS

This repo contains the source code and export script to generate the content for Sefaria's 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

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