Go from one piece of content to 15. Juggle Content is a content creation tool that helps you create multiple pieces of content from one.
- Next.js: React framework for building web applications.
- TypeScript: Typed JavaScript.
- Tailwind CSS: Utility-first CSS framework.
- ShadCNUI: Custom UI components.
- NextAuth.js: Authentication library for Next.js.
- Prisma: Database toolkit for TypeScript & Node.js.
- PostgreSQL: Open-source relational database.
- Vercel: Cloud platform for static sites and serverless functions.
- more
- Install dependencies using pnpm:
pnpm install
- Copy
.env.example
to.env
and update the variables.
cp .env.example .env.local
- Start the development server:
pnpm run dev