mirror of
https://github.com/CompeyDev/create-guilded-bot.git
synced 2024-12-13 13:30:36 +00:00
6 lines
383 B
Markdown
6 lines
383 B
Markdown
|
# `📦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.
|