Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 1.23 KB

github_codespaces.md

File metadata and controls

21 lines (13 loc) · 1.23 KB

Github codespaces

A codespace is a development environment that's hosted in the cloud.

Creating your codespace

  • Fork the IRIS-RoR-Bootcamp-2022 repo (if you haven't already)
  • Click on Code and from the codespaces dropdown click on the ➕ icon to create a new codespace.

Screenshot 2022-12-21 212710


The Github codespaces will have rvm, node and yarn preinstalled so you can get started off working with rails.

image


Once done head over here, to learn about RVM and gemsets.