- update Favicon
- add prettier/eslint
Running CMS locally
npx netlify-cms-proxy-server
And use local_backend: true
in config.yml
$ yarn
$ netlify dev # or ntl dev
`localStorage.removeItem("netlifySiteURL")`
This uses the new Netlify Dev CLI feature to serve any functions you have in the lambda
folder.
To test the CMS locally, you'll need to run a production build of the site:
$ npm run build
$ netlify dev # or ntl dev
Follow the Netlify CMS Quick Start Guide to set up authentication, and hosting.
MacOS users might also encounter some errors, for more info check node-gyp. We recommend using the latest stable node version.