We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1dbd53 commit 638659cCopy full SHA for 638659c
README.md
@@ -10,3 +10,9 @@ A starter kit for building a monorepo with Turborepo and pnpm.
10
- `config/*`: Packages containing shared configurations for ESLint, TypeScript, and Vitest.
11
- `packages/*`: Shared packages used across applications.
12
- `/ui/`: A shared UI component library using React and Tailwind CSS.
13
+
14
+## Getting Started
15
16
+1. (optional) Rename the package namespace from `@starter` to your desired namespace in all `package.json` files.
17
+2. Install dependencies by running `pnpm install` in the root directory.
18
+3. Start developing by running `pnpm dev` to launch the Next.js app, Storybook, and UI package.
0 commit comments