npm install
This step is only required the very first time.
npm run build
npm run start
Pushing to main triggers deploy to Netlify. Changes made to Markdown content in production CMS on /admin
path, will then need to be pulled into main
branch
npx netlify-cms-proxy-server
This would make local proxy CMS available at /admin
David White (@webdigga)