A codespace is a development environment that's hosted in the cloud.
- 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.
- You can install the GitHub codespaces extenction for VScode, if don't like to work in browser.
The Github codespaces will have rvm
, node
and yarn
preinstalled so you can get started off working with rails.
Once done head over here, to learn about RVM and gemsets.