Built with Next.js and Tiptap, Pulse provides a clean and Medium-like blogging experience that allows you to easily create and share content. It offers an intuitive writing environment that enables writers to create with ease.
- Rich Text Editor: A robust editor that supports various formatting options, including bold, italics, headers, lists, and code blocks.
- Content Publishing: Simple and efficient process for creating, saving drafts, and publishing articles.
- Search and Discovery: Functionality to search for articles and discover content from other authors.
- Commenting System: A built-in system for readers to engage with published articles.
# Clone the repository
git clone https://github.com/Davidthecode/Pulse
cd pulse
npm install# Start server
npm run dev# Build server
npm run build