Skip to content

kubosho/blog.kubosho.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5,951 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blog.kubosho.com

The source files for blog.kubosho.com.

Requirements

  • Node.js
  • Wrangler CLI (for Cloudflare development)

Installation

npm install

Development Setup

Environment Variables Configuration

API Environment Variables

Create .dev.vars for secrets:

# Edit .dev.vars as needed

For development without Wrangler, create .env:

cp .env.example .env
# Edit .env with your values

Development Modes

This mode uses the standard Astro development server.

npm run dev

Access the application at: http://localhost:4321

Deployment

Automatically deployed to Cloudflare Workers on push to the main branch.