To use the Pack, we created 2 menu options, which you can find on the right of the menu. These menus can be configured in the .codio file.
- Start Jekyll : When you come into your Project, start the Jekyll server.
- Preview : This previews your app. Note the Preview menu allows you to select 'Inside Codio' or 'New Browser Tab'.
To access your application from a browser, you can use the menu option described above. The url of your Jekyll project can be found in the Project->Box Info menu and will look something like this
https://vital-ego.box.codio.io:9500/
We set this up using https so it can be previewed inside a Codio Tab.
This Starter Pack was built on the Jekyll Codio Certified Stack (Node, Grunt, MongoDB, Jekyll). The following commands were used to create the code workspace
jekyll .
npm install