BlogRocket is a performant CMS for incorporating a blog into your website.
Clone and install dependencies:
git clone https://github.com/BlogRocket/blogrocket
cd blogrocket
npm install
In the development mode, to run both the server and the client concurrently, run:
npm run dev
The express app is served on port 5001. The client is served on port 5173. Go to http://localhost:5173 to view the app.