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.
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.
Jekyll is a static site generator written in Ruby that allows you to create simple, fast, and secure websites without the need for a database.
Gulp.js is an old but popular site building tool that automates various repetitive development tasks in web development, such as compiling Sass, minifying JavaScript, and optimizing images.