Skip to content

Commit

Permalink
Edit README
Browse files Browse the repository at this point in the history
  • Loading branch information
romainhuet committed Aug 7, 2017
1 parent 4114206 commit b8d8aea
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Rocket Rides: Stripe Connect Demo

Rocket Rides is a sample on-demand platform that offers passengers rides with pilots, built on top of [Stripe Connect](https://stripe.com/connect). **You can try it live on [rocketrides.io](https://rocketrides.io).**
Rocket Rides is a sample on-demand platform that offers passengers rides with pilots, built on top of [Stripe Connect](https://stripe.com/connect) and the [Stripe iOS SDK](https://stripe.com/docs/mobile/ios).

**You can try the web app live on [rocketrides.io](https://rocketrides.io).**

This repository contains two components:
* [Web server in Node.js](#web-onboarding-for-pilots) to onboard pilots on the web and get them paid
Expand Down Expand Up @@ -35,7 +37,7 @@ Copy the configuration file and add your own [Stripe API keys](https://dashboard

cp config.default.js config.js

Make sure MongoDB is running. If you're using Homebrew on OS X:
Make sure MongoDB is running. If you're using Homebrew on macOS:

brew services start mongodb

Expand Down

0 comments on commit b8d8aea

Please sign in to comment.