presenton/servers/nextjs
2025-08-10 00:17:33 +05:45
..
app chore: While streaming does not allow to change tabs 2025-08-10 00:17:33 +05:45
components update: 'Create Template' button in header 2025-08-09 20:47:16 +05:45
cypress test: add upload page component test 2025-05-11 02:16:53 +05:45
lib refactor (Nextjs): Unused files and function removed 2025-07-19 22:59:02 +05:45
models feat(nextjs): adds basic slide scraper endpoint, feat(fastapi): adds presentation export endpoint and pptx creator service 2025-07-18 08:16:35 +05:45
presentation-layouts Merged with main 2025-08-05 22:37:25 +05:45
public Initial: presenton 2025-05-10 19:57:24 +05:45
store fix(Nextjs): Outline streaming issue solved 2025-08-06 22:31:56 +05:45
types refactor: removes redis service and env variables, fix(fastapi): user config bool env variables issues, parse tool fix for custom llm on tool call structured output 2025-08-09 03:03:13 +05:45
utils style: remove ollama icons 2025-08-09 03:47:52 +05:45
components.json Initial: presenton 2025-05-10 19:57:24 +05:45
cypress.config.ts test: add upload page component test 2025-05-11 02:16:53 +05:45
next-env.d.ts feat(nextjs): Timer added in Each layout convert 2025-08-09 20:00:00 +05:45
next.config.mjs pref(Nextjs): Upgrade Nextjs to 15, use turbopack for development & structured custom layout page 2025-08-06 14:21:29 +05:45
package-lock.json feat(nextjs): Timer added in Each layout convert 2025-08-09 20:00:00 +05:45
package.json feat(nextjs): Timer added in Each layout convert 2025-08-09 20:00:00 +05:45
postcss.config.mjs feat(nextjs): Header added on custom layout and layout preview 2025-08-02 15:30:56 +05:45
README.md Initial: presenton 2025-05-10 19:57:24 +05:45
tailwind.config.ts feat(Nextjs): Custom Layout Html edit and layout title & descritpion modal added 2025-08-06 00:21:15 +05:45
tsconfig.json feat(nextjs): Html Editor & Ui Improved in custom layout 2025-08-07 19:51:47 +05:45
tsconfig.tsbuildinfo feat(Nextjs): Custom Layout Font upload and apply 2025-08-02 16:04:48 +05:45

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.