create-guilded-bot/packages/framework
2022-11-22 14:46:06 +05:30
..
javascript refactor: directory structure 2022-11-22 14:36:12 +05:30
typescript refactor: directory structure 2022-11-22 14:36:12 +05:30
package.json refactor: directory structure 2022-11-22 14:36:12 +05:30
README.md chore(framework): include README 2022-11-22 14:46:06 +05:30
tsconfig.json refactor: directory structure 2022-11-22 14:36:12 +05:30

📦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.