$ npm install @epic-web/workshop-appThe Epic Workshop App is the React Router v7 web application that powers the local workshop experience (exercises, steps, diffs, videos, progress, etc.).
Most users should not interact with this package directly. It is typically
started and managed by the epicshop CLI.
This package is commonly installed indirectly.
npm install -g epicshop
npm install -g @epic-web/workshop-app
Start a workshop via the CLI:
epicshop start
If the CLI cannot locate the app, you can point it at a specific checkout/install:
epicshop start --app-location /absolute/path/to/@epic-web/workshop-app
(or set EPICSHOP_APP_LOCATION).
From the monorepo root:
npm install
npm run build --workspace=@epic-web/workshop-utils
npm run build --workspace=@epic-web/workshop-presence
npm run dev --workspace=@epic-web/workshop-app
https://github.com/epicweb-dev/epicshop/tree/main/docsGPL-3.0-only.