We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7847b08 commit 8a5ae9eCopy full SHA for 8a5ae9e
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 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