feedless/ios/README.md

11 lines
199 B
Markdown
Raw Normal View History

In order to build this project you'll need installed
XCode
NodeJS
Android NDK (because of some native bindings)
To compile the js to be able to run from xcode, execute:
```
npm run build:watch
```