Make playground downloads runnable
Open
@aomarks is already working on this.
Since Jun 16, 2022.
- Dominant language
- TypeScript
- Stars
- 142
- Forks
- 230
- PR merge metrics
- No merged PRs in 30d
Description
In order to make a playground download runnable right now we need to add a node-resolving static file server like `@web/dev-server`, and for TS projects `typescript`, a tsconfig () and a build script. Since this setup is all in package.json, I think we should add the needed configs there (plus a tsconfig if there are .ts files).
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.