Skip to content

bloggrify/bloggrify.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Website for Bloggrify

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.

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

Contributors