Skip to content

lilistw/devblog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

174 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lios.dev

Lios.dev is a playground for Salesforce tooling, web experiments, and development notes.

Run by a Salesforce developer with a full-stack background in Java, JavaScript, React, and related web technologies.

The focus is practical: small tools, clean interfaces, reusable patterns, and notes from real implementation problems.

🚀 Getting Started

Prerequisites

  • Node.js 18+ and npm

Local Development

cd project/site

# Start development server
npm run dev

# Build for production
npm run build

# Preview production build
npm run preview

The dev server runs on http://localhost:3000 by default. Production builds output to dist/.

📚 What's Inside

Blog

Development notes and technical posts covering Salesforce, web technologies, and implementation patterns.

Pages

  • Home — Hero section with featured posts
  • About — Background and focus
  • Blog — Full post archive with date sorting
  • Projects — Project portfolio
  • Notes — Development notes and tips

🛠 Tech Stack

  • Framework: Astro 4 (static site generation)
  • Styling: Tailwind CSS
  • Content: Markdown files with Astro Content Collections
  • Deployment: Netlify

The site is server-rendered at build time with minimal client-side JavaScript. Page transitions use the browser's native View Transitions API for smooth navigation.

📝 License

See LICENSE for details.