Getting Started

Getting Started

All currently available Blof templates are built with NextJs (opens in a new tab). To start and run your Blof blog(template), simply follow the simple steps below.

  • Create a local development environment for your project by cloning project repository, or downloading the project files.

  • Starting at the root of your newly created project, follow the processes below to get your project started.

  1. Install all dependencies:
npm install
  1. Then, run the development server:
npm run dev

Finally, follow the CLI prompt(CTRL + click), and open http://localhost:3000 (opens in a new tab) with your browser to see the result.