Visit the code generator here
- Its a tool to create an easy way to insert standardised blog components into any headless CMS or any popular cms.
- To create a customizable tool that allows any content creator to insert blog components into their headless CMS
- To enable site managers to set consistent style guide rules for their website and ensure blog components created match the style guide
Clone this repo to your desktop and run npm install to install all the dependencies.
git clone https://github.com/platformable/platformablecodegenerator.git
You might want to look into gatsby-config.js to user your own metadata
npm install
Once the dependencies are installed, you can run gatsby develop to start the application. You will then be able to access it at localhost:8000
In our case we use Strapi as our backend for getting the media images of our live site but feel free to use the Headless CMS of your preference or just change the config to match your Strapi backend.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change or add.
If you need help configuring your project feel free to write to alexei@platformable.com
This project is licensed under the terms of the MIT license.