Link to my website 👇 https://domenicotenace.dev
Find a file
2026-02-12 12:37:40 +01:00
.vscode first commit 2024-02-15 22:28:21 +01:00
public feat: orama integration 2024-04-04 22:45:06 +02:00
src feat: add latest blog post 2026-02-12 12:37:40 +01:00
.gitignore first commit 2024-02-15 22:28:21 +01:00
astro.config.mjs feat: update astro-icon package 2025-03-14 22:37:17 +01:00
LICENSE first commit 2024-02-15 22:28:21 +01:00
netlify.toml first commit 2024-02-15 22:28:21 +01:00
package-lock.json Merge branch 'main' of https://github.com/DomeT99/my-personal-blog 2026-01-22 14:44:57 +01:00
package.json fix: upgrade @orama/orama from 3.1.16 to 3.1.18 (#51) 2026-01-14 10:16:00 +01:00
README.md docs: added scripts section 2025-10-18 22:56:15 +02:00
tsconfig.json feat: orama integration 2024-04-04 22:45:06 +02:00

Personal Blog

Netlify Status

This repository contain source code of my blog made with Astro Minimal. 🚀

🛠️ Setup

Install Dependencies

Make sure you have Node.js and npm installed.
Then, install the project dependencies:

npm install

Local Development Server

Start the local development server

npm run dev
// OR
npm run start

Build Production

npm run build

Preview Production Build

npm run preview

License

MIT