GithubHelp home page GithubHelp logo

natevw / couchtalk-ios Goto Github PK

View Code? Open in Web Editor NEW

This project forked from couchbaselabs/couchtalk-ios

1.0 2.0 0.0 3.46 MB

html5 view of http://talk.couchbasers.com/

Objective-C 59.68% JavaScript 34.36% Ruby 0.08% CSS 5.89%

couchtalk-ios's Introduction

CouchTalk-iOS

This is a port of https://github.com/couchbaselabs/couchtalk-node to work with Couchbase Lite.

Instructions

Start with the usual git clone, etc. of this repo. (You'll also need node installed, with npm.)

Then build the CouchApp which the iOS app will host:

npm install
# TODO: at least some of these should be in package.json
npm install grunt-cli grunt-couchapp coax couchapp
node_modules/.bin/grunt build       # TBD: not needed with `grunt dev` below?

Next get the iOS app stuff ready:

brew install ios-sim
sudo gem install cocoapods
pod install

Manual launch

To run the app open CouchTalk.xcworkspace # now Build+Go

(Note the need to open the .xcworkspace file, if you use the .xcodeproj directly your builds will fail with ld: library not found for -lPods.)

Now you should be able to start the "automatic install" helper, and open the simulator-served app:

node_modules/.bin/grunt dev
open http://localhost:59840/couchtalk/_design/app/index.html

Automatic launch

Or just npm start which will launch everything (iOS app, CouchApp pusher, browser tab) automatically.

couchtalk-ios's People

Contributors

natevw avatar

Stargazers

Cristian A Monterroza avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.