Cassiopeia allows you to create your blog with a customizable interface and comes with a dynamic content editor.
1. MongoDB (Atlas)
2. NodeJS Hosting
3. Cloudinary (Image Service)
4. MailGun (E-mail Service)
5. Disqus (Comments)
1. Download or clone repository :
git clone https://github.com/AzizStark/CassiopeiaCMS.git
2. Set Environment variables (Read `Instructions.txt`)
3. Run the commands:
cd CassiopeiaCMS
npm install --prefix client && npm run build --prefix client
npm install
npm run start
4. For faster image loading create image transformations in cloudinary and set transformation names.
5. That's all, start creating content!