https://github.com/arg0wak/nextjs-upload-adapter
This repo hosts the upload adapter for CKEditor5 and TinyMCE ready to use on NextJS.
https://github.com/arg0wak/nextjs-upload-adapter
ckeditor5 tinymce upload-adapter
Last synced: 29 days ago
JSON representation
This repo hosts the upload adapter for CKEditor5 and TinyMCE ready to use on NextJS.
- Host: GitHub
- URL: https://github.com/arg0wak/nextjs-upload-adapter
- Owner: arg0WAK
- License: mit
- Created: 2024-02-04T06:27:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-26T18:11:57.000Z (over 1 year ago)
- Last Synced: 2025-02-28T23:06:30.535Z (over 1 year ago)
- Topics: ckeditor5, tinymce, upload-adapter
- Language: CSS
- Homepage: https://nextjs-upload-adapter.vercel.app/
- Size: 1000 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nextjs-upload-adapter

This is a [Next.js](https://nextjs.org/) project bootstrapped with [create-next-app](https://github.com/vercel/next.js/tree/canary/packages/create-next-app)
## Dependencies
```bash
sharp (install with --ignore-engines)
uuidv4
```
First, run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.