Check out my blog https://brandonpyle.com! Or if you'd like to run this locally, follow the steps below to get started.
After cloning the repo, install the dependencies:
npm i
Next, run the development server
npm run dev
# or
yarn dev
# or
pnpm dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/(user)/page.tsx
. The page auto-updates as you edit the file.