Astro site for Jay Lee's public-safe enterprise AI adoption portfolio and writing.
Primary URL after GitHub Pages deployment:
https://jayjoolee.github.io
/
├── .github/workflows/deploy.yml
├── public/
│ └── assets/
├── src/
│ ├── layouts/
│ ├── pages/
│ └── styles/
└── package.json
| Command | Action |
|---|---|
npm install |
Install dependencies |
npm run dev |
Start local dev server |
npm run build |
Build production site |
npm run preview |
Preview production build |
This site is the canonical home for public portfolio writing. Longer notes can be syndicated to LinkedIn, Medium, DEV.to, or domestic channels after publication, with this domain as the source of truth.
- Use synthetic or public material only.
- Do not publish employer, customer, or private operational data.
- Keep company affiliation minimal unless a specific public context requires it.
- Link public repositories and inspectable artifacts wherever possible.