Small Vite/React/TypeScript experiments in one pnpm workspace for creating the Serlo Editor.
pnpm new <template> <name-of-experiment>Templates currently include react and ts.
Names must be kebab-case.
pnpm --dir experiments/<name> dev
# or
pnpm --filter <name> devpnpm --dir experiments/<name> build