Skip to content

kevingil/blog

Repository files navigation

Blog Copilot

An agentic blog editor.

frontend/public/screenshot-image.png

frontend/public/Xnip2025-06-29_15-58-49.jpg

frontend/public/Xnip2025-06-29_15-58-49.jpg

Getting Started

Frontend Setup

Navigate to the frontend directory and install dependencies:

cd frontend
bun install

Start the development server:

bun run dev

Build for production:

bun run build

Backend Setup (Go)

The Makefile commands are for the backend only:

Run build make command with tests:

make all

Build the application:

make build

Run the application:

make run

Live reload the application:

make watch

Run the test suite:

make test

Clean up binary from the last build:

make clean

About

Agentic Blog Editor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published