/bloggr-website

Website for Bloggr

Primary LanguageVueMIT LicenseMIT

Website for Bloggr

This is the landing page and the documentation for Bloggr, a blog template built on top of Nuxt.

If you want to know more about Bloggr, you can check the official website.

Development guide

Make sure to install the dependencies:

# npm
npm install

Development Server

Start the development server on http://localhost:3000

npm run dev

Production

Build the application for production:

npm run generate

Locally preview production build:

npm run preview