Production
# install netlify cli
$ npm i -g netlify-cli
# Set up netlify
$ netlify login
# OR
$ netlify switch
# Link local repo with netlify site
$ netlify link
# install dependencies
$ yarn install
# serve at localhost:8888
$ netlify devTo create a blog post; create a new MarkDown file in the content folder
To use an image; upload it in the assets/media-uploads folder
For detailed explanation on how things work, check out Nuxt.js docs.