chore(framework): include README

This commit is contained in:
Erica Marigold 2022-11-22 14:46:06 +05:30 committed by GitHub
parent 5deaf425ee
commit cc44c058bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,5 @@
# `📦framework`
This directory consists of the core frameworks for both JavaScript and TypeScript, including a shared `tsconfig.json`.
## Development
Running a standalone development server for the TypeScript framework first requires dependencies for the shared tsconfig installed. Dependencies for all packages can be globally installed by running `pnpm i` in the monorepo root.