codebar's tutorials
This is the source code for tutorials on the website codebar.io. The source code is hosted on a GitHub Pages repository and can be rendered with Jekyll. The installation process for running the tutorials locally is provided, including installing the correct version of Ruby and the bundler gem. The use of Gulp for development is also mentioned.
gem install bundler
bundle install
bundle exec jekyll serve --watch
The source code for the tutorials on codebar.io is available on a GitHub Pages repository. The tutorials can be rendered using Jekyll, and the installation process for running the site locally is provided. The site uses Gulp for development purposes and includes tests to ensure functionality. Contributions to the tutorials can be made through the GitHub issues page.