Precertified Session Notes

Running Web Appliaction on Local Machine

  • Ensure Ruby and Jekyll are installed on your machine.
  • Execute the command below from the root directory of the project upon cloning
    • chmod u+x ./run.sh
    • ./run.sh
  • The application should serve on localhost:4000 by default.