A CMS for a markdown blog built with Vite. Hosted on Netlify.
This is the CMS for my personal blog columkelly.com. Its a React front-end, styled with TailwindCSS, that communicates with a Node/Express back-end using JWTs for authentication. It enables me preview markdown while creating and editing posts for my blog.
Related Repos Blog API Portfolio
To get a local copy up and running follow these simple example steps.
- Install and use the correct version of Node using NVM
nvm install 21.6.0
- Clone the repo
git clone https://github.com/columk1/blog-cms.git
- Install NPM packages
npm install
Use npm run dev
to start the application locally
- Markdown live preview for large screens (instead of toggle)
- CDN for images
- Improved accessibility