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.
- Node.js 18+ and npm
cd project/site
# Start development server
npm run dev
# Build for production
npm run build
# Preview production build
npm run previewThe dev server runs on http://localhost:3000 by default. Production builds output to dist/.
Development notes and technical posts covering Salesforce, web technologies, and implementation patterns.
- 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
- 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.
See LICENSE for details.