Installation
First method, start from a theme
To start a new blog with Bloggrify, you have to choose a theme to start with.
You can start with "Mistral" or "Minimalist", the default templates. It is simple and clean templates but you can also look at the other templates available.
Once you have chosen a template, you can start a new project with the following command:
- Clone the theme repository:
git clone https://github.com/bloggrify/demo-mistral.git bloggrify
- Install the dependencies from the root of the project.
npm
npm install
- Run the
dev
command to start Bloggrify in development mode:
npm
npm run dev
✨ Well done! A browser window should automatically open for http://localhost:3000
Second method, start from scratch
To do so, follow the theme creation guide to create your own theme.
Table of Contents