Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 540 Bytes

File metadata and controls

22 lines (17 loc) · 540 Bytes

Cloudbeds Example mobile app

NodeJs version 16

  1. Install rbenv https://github.com/rbenv/rbenv
  2. rbenv install 2.7.5
  3. rbenv init
  4. rbenv local 2.7.5
  5. gem install bundler
  6. sudo gem install cocoapods
If you are having trouble with iOS, try to reinstall the dependencies by running:

cd ios to navigate to the
bundle install to install Bundler
If needed: install a Ruby Version Manager and update the Ruby version
bundle exec pod install to install the iOS dependencies.

Local development

  1. npm run start