Vuepress-DecapCMS-Netlify
- Built using VuePress
- Managed using DecapCMS
- Hosted on Netlify
Follow the steps here to complete setup.
Use node version: 18
-
Install dependencies:
yarn
-
Run locally:
yarn docs:dev
-
Build:
yarn docs:build cd site/.vuepress/dist && hs
*hs - http-server
(npm package)