Nuxt.js + Netlify CMS project
# install dependencies
$ npm install # Or yarn install
# serve with hot reload at localhost:3000
$ npm run dev
# build with server-side rendering for production
# and start server
$ npm run build
$ npm start
# generate static project for production
$ npm run generate
See starter template documentation in the README on GitHub for additional usage and configuration.
Access yourwebsite.com/admin
, e.g. localhost:3000/admin
.