chore(packages): include README in directory

This commit is contained in:
Erica Marigold 2022-11-22 14:40:26 +05:30 committed by GitHub
parent e992c1546f
commit 6d41f7b77f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

6
packages/README.md Normal file
View file

@ -0,0 +1,6 @@
# `packages`
This directory consists of the main packages of create-guilded-bot, including the framework & the CLI.
## Development
In order to run a development server for all packages concurrently, consider running `pnpm dev` in the monorepo root. Turbo will start a dev server for all required packages.
In case you would like to run a standalone development server for a specific package, `cd` into the package directory and run `pnpm dev`. This should start a dev server for that package.