This is a collection of code cheatsheets that I've written to easily remember the commonly used syntax of a language or software. This is not meant to be a complete reference, but a quick guide to easily write code. I'll be constantly updating this list as I learn new stuff.
To view this site locally, just download the cheatsheets GitHub repo and run it locally.
Download the zip file or clone the cheatsheets GitHub repo. Then, open your terminal and navigate to the directory using the cd
command.”
$ git clone [email protected]:karloespiritu/cheatsheets.git cheetsheets
$ cd mysite
Make sure you have Ruby 3.3.5 or higher installed.
$ ruby --version
ruby 3.3.5
Install bundler and jekyll.
$ gem install bundler
$ gem install jekyll
Build and run your Cheetsheets site.
~ bundle install
~ jekyll serve
# => Now browse to http://localhost:4000
If you have questions or suggestions, feel free to open an issue on GitHub or ask me on Twitter.