FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

tmct/android-tutorials: Resources for our Android workshops · GitHub

 
 

Latest commit

 

History

44 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Codebar Android Workshop Resources

Getting started

This is a GitHub Pages repo, so you can render the pages with Jekyll. First make sure to install Ruby and then the bundler gem. Then:

  1. bundle install, which will install Jekyll.
  2. bundle exec jekyll serve --watch
  3. go to http://localhost:4000/android-tutorials/

You are now ready to make changes!

You could also use your favorite manager, chruby, rbenv, rvm, etc. For RVM, follow the quick installation guide and then run:

$ rvm install 2.2.1  # inside `codebar/tutorials` folder
$ rvm gemset use codebar-tutorial --create
$ gem install bundler
$ bundle install
$ jekyll serve  # go to http://127.0.0.1:4000

About

Resources for our Android workshops

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages


Back | FazBrowse Home | New Git URL