create-guilded-bot/packages/framework/README.md

8 lines
385 B
Markdown
Raw Permalink Normal View History

2022-11-22 09:16:06 +00:00
# `📦framework`
2022-11-22 09:43:25 +00:00
2022-11-22 09:16:06 +00:00
This directory consists of the core frameworks for both JavaScript and TypeScript, including a shared `tsconfig.json`.
## Development
2022-11-22 09:43:25 +00:00
2022-11-22 09:16:06 +00:00
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.