This is the landing page and the documentation for Bloggrify, a blog template built on top of Nuxt.
If you want to know more about Bloggrify, you can check the official website.
Make sure to install the dependencies:
# npm
npm installStart the development server on http://localhost:3000
npm run devBuild the application for production:
npm run generateLocally preview production build:
npm run preview