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.
- Install all dependencies:
npm install
- 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.