Skip to content

LeonardoTrapani/jugglecontent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Juggle Content

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.

Features

  • 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
  1. Install dependencies using pnpm:
pnpm install
  1. Copy .env.example to .env and update the variables.
cp .env.example .env.local
  1. Start the development server:
pnpm run dev