This project is example how to deal a realtime blog post editor built with newest Next.js and integrated with tiptap
, a modern WYSIWYG rich-text editor framework. It allows you to seamlessly edit and save your blog posts in realtime.
You can try out the demo here.
To run the development server, execute the following command:
pnpm install
pnpm dev