An open API service indexing awesome lists of open source software.

https://github.com/jd-apprentice/bonblog


https://github.com/jd-apprentice/bonblog

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# Blog Bondiola 📝🥪

![Blog Bondiola](https://alicante.com.ar/uploads/recetas/497_receta.jpg)

## Local Development 🛠️

To develop locally, you'll primarily be working in the `content` folder, which contains both pages and posts.

## Running the Local Server 🚀

To start the local server, use the following command:

```bash
npm run dev
```

## Building and Previewing 🏗️👀

To build your project and preview it, follow these steps:

```bash
npm run build && npm run start
```

Server will be running at `http://localhost:3000`.