Clone the repository:
git clone https://github.com/kelsiesmurphy/personal-website.git
Install dependencies:
cd personal-website
pnpm install
This Turborepo has some additional tools already setup for you:
- TypeScript for static type checking
- ESLint for code linting
- Prettier for code formatting
To build all apps and packages, run the following command:
cd personal-website
pnpm build
To develop all apps and packages, run the following command:
cd personal-website
pnpm dev
Learn more about the power of Turborepo:
Learn more about Shadcn/UI: