A pitch deck documents generator powered by Gemini AI
- Create pitch deck materials in PowerPoint, Word, and PDF
- Responsive design for use on both desktop and mobile devices
- Step by step guided pitch deck creation
- Clone this repository to your local computer
- Copy the default environment file and ensure all variables are correctly filled
cp .env.example .env
- Install all required dependencies
pnpm i
- Run the application in development mode
pnpm run dev
- Clone this repository to the development server
- Copy the default environment file and ensure all variables are correctly filled
cp .env.example .env
- Install all required dependencies
pnpm i
- Optimize the application for production
pnpm run build
- Serve the application using PM2
pm2 start ecosystem.config.cjs
