We are on a mission to create open source locks and bike sharing.
This is the (web) app of CommonBike. With this app you can open locks that are connected to the free and open CommonBike lock system.
Go to common.bike for a live demo.
- Install git flow
sudo apt-get install git-flowOr try: Install guide - Initialize git flow
cd commonbike-sitegit flow init
cd folderOfYourProjectmeteor- Go to localhost:3000 to see the app running
- For mobile swiping: react-swipe
- For UI elements: material-ui
- meteor-simple-schema - A simple, reactive schema validation package for Meteor
- react-contenteditable - React component for a div with editable contents
- draft.js - Rich text editor framework for react
See DEPLOY.md for information about deployment on the server.
To be continued.