https://github.com/jd-apprentice/bonblog
https://github.com/jd-apprentice/bonblog
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jd-apprentice/bonblog
- Owner: jd-apprentice
- Created: 2023-09-19T21:03:21.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-21T01:42:16.000Z (over 2 years ago)
- Last Synced: 2025-03-28T11:34:46.971Z (11 months ago)
- Language: MDX
- Homepage: https://blog.bondiola.dev/
- Size: 451 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blog Bondiola 📝🥪

## 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`.