Framework Setup Guide

1. Start from the framework repository

  • Open the CourseCode Framework repository.
  • Review the README and package/module layout.
  • Clone the repository or install the relevant framework packages into your project.

2. Prepare local development

  • Choose your local workspace and repository layout.
  • Install project dependencies as documented by the framework repo.
  • Confirm you can run a local preview/runtime command.

3. Create a small test module

  • Add a minimal course/module example.
  • Run the local preview/runtime.
  • Verify navigation and content rendering.

4. Optional cloud connection

Framework works fully local/self-managed. Connect CourseCode Cloud later only if you want hosted deployment/auth/collaboration workflows.