presenton/servers/nextjs
2025-07-20 01:02:28 +05:45
..
app Merge branch 'feat/custom_schema_and_layout' of github.com:presenton/presenton into feat/custom_schema_and_layout 2025-07-20 01:02:28 +05:45
components refactor(Nextjs): Remove some unused components & packages 2025-07-20 01:02:10 +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 feat: add new templates general 2025-07-19 17:58:42 +05:45
public Initial: presenton 2025-05-10 19:57:24 +05:45
store refactor (Nextjs): Unused files and function removed 2025-07-19 22:59:02 +05:45
types feat(nextjs): implements presentation export for all elements except svg, canvas and tables 2025-07-19 23:05:40 +05:45
utils Merge pull request #101 from presenton/feat/presentation_export 2025-07-19 23:06:42 +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 Initial: presenton 2025-05-10 19:57:24 +05:45
next.config.mjs refactor(Nextjs): outlines & presentation pages refactored 2025-07-18 00:21:11 +05:45
package-lock.json feat(nextjs): adds border radius inheritance logic for child elements 2025-07-20 00:48:31 +05:45
package.json Merge branch 'feat/custom_schema_and_layout' of github.com:presenton/presenton into feat/custom_schema_and_layout 2025-07-20 01:02:28 +05:45
postcss.config.mjs Initial: presenton 2025-05-10 19:57:24 +05:45
README.md Initial: presenton 2025-05-10 19:57:24 +05:45
tailwind.config.ts fix(Nextjs) : Presentation layout tailwind styling issue 2025-07-18 21:47:13 +05:45
test-shadow-formats.html feat(nextjs): somewhat working presentation export 2025-07-19 17:05:18 +05:45
tsconfig.json Initial: presenton 2025-05-10 19:57:24 +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.