Backpulse is an API Based / Headless CMS.
Your site's content is accessible directly via our RESTful API, on any web framework and any device.
git clone https://github.com/backpulse/dashboard.git
cd dashboard
yarn install
To develop Backpulse locally, make sure to run backpulse/core on port 8000
.
Then, open a dev server using yarn start
.
For more informations: React README
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.