DEV Community

Leslie Diaz
Leslie Diaz

Posted on

Tips for working on DPI projects

  1. Fork the project.
  2. Load the project by clicking "code", then "create codespace on main"
  3. Once in your project, view the app by entering "rackup" in the terminal and click on the pop-up or click on the web icon in the port. Use link to preview.
  4. Unsaved changes in the project are green! So, remember to click on the Source Control to commit changes (add a note about the change) and then sync changes. Each of these have popups appear, so click "ok" to both.
  5. Open a fresh bash to get graded by entering "rack grade", then enter, then provide the code for the assignment, then enter. Use link to see grade.

Top comments (0)