Installation
Install dependencies, run the development server, and begin editing your project.
Clone the repo
ssh
git clone git@github.com:morganfeeney/zippystarter.git
https
git clone https://github.com/morganfeeney/zippystarter.git
Install dependencies
pnpm install
Run dev mode
pnpm dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/[[...slug]]/page.tsx
. The page auto-updates as you edit the file.