Big News: Socket Selected for OpenAI's Cybersecurity Grant Program.Details
Socket
Book a DemoSign in
Socket

@epic-web/workshop-app

Package Overview
Dependencies
Maintainers
3
Versions
457
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@epic-web/workshop-app

The **Epic Workshop App** is the React Router v7 web application that powers the local workshop experience (exercises, steps, diffs, videos, progress, etc.).

latest
Source
npmnpm
Version
6.89.4
Version published
Weekly downloads
1.4K
56.07%
Maintainers
3
Weekly downloads
 
Created
Source

@epic-web/workshop-app

The 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.

Install

This package is commonly installed indirectly.

  • Recommended: install the CLI
npm install -g epicshop
  • Optional: install the app globally so the CLI can resolve it via Node resolution
npm install -g @epic-web/workshop-app

Usage

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).

Development (this repo)

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

Documentation

  • Repo docs: https://github.com/epicweb-dev/epicshop/tree/main/docs

License

GPL-3.0-only.

FAQs

Package last updated on 13 Apr 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts