From 6d41f7b77f52ed3aa1ea5de0ad1b8b3a18c32856 Mon Sep 17 00:00:00 2001 From: Compey Date: Tue, 22 Nov 2022 14:40:26 +0530 Subject: [PATCH] chore(packages): include README in directory --- packages/README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 packages/README.md diff --git a/packages/README.md b/packages/README.md new file mode 100644 index 0000000..4a25da2 --- /dev/null +++ b/packages/README.md @@ -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.