Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 1.07 KB

File metadata and controls

22 lines (14 loc) · 1.07 KB

💻 Your Computer

1. Local Computer Setup

Estimated time: Varies on your computer, setup and issues you might run into. Could range from an hour to a full day if you encounter issues.

A Linux system is easier to work with. You will have the easiest time setting up if you are on macOS or Ubuntu.

Windows: You can setup in Windows but you might have issues. You can try Googling for tutorials on this. We strongly recommend that you install Ubuntu as a second OS or at least in a Virtual Machine.

  1. ✅ Install Ruby, Git & a Ruby Version Manager (RVM or similar). Guide →
  2. ✅ Install Code Editor - your personal preference. We use Sublime Text or VS Code.

Helpful additional tools:

  • RuboCop autocorrect plugin for your editor - corrects your code to follow Rubocop style guide
  • Good terminal & plugins

2. Command Line Basics

a.k.a. shell, terminal, console, prompt.

Estimated time: 4 hours

Guide →