Installation

Create a new project

To start a new blog with Bloggrify, you have to choose a template to start with.

You can start with "Mistral", the default template. It is a simple and clean template 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:

  1. Clone the repository:
git clone https://github.com/hlassiege/bloggrify-mistral.git bloggrify
  1. Install the dependencies from the root of the project.
npm
npm install
yarn
yarn install
pnpm
pnpm install --shamefully-hoist
  1. Run the dev command to start Bloggrify in development mode:
npm
npm run dev
yarn
yarn dev
pnpm
pnpm run dev
✨ Well done! A browser window should automatically open for http://localhost:3000