Link to my website 👇 https://domenicotenace.dev
Find a file
Domenico Tenace fcc7ae4625
Merge pull request #44 from DomeT99/snyk-upgrade-c49825b9ab14d78602f81207b1799bd7
[Snyk] Upgrade sass from 1.93.2 to 1.94.2
2025-12-29 16:59:10 +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 new LinkedIn post about website restoration project 2025-12-04 12:39:54 +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 pull request #44 from DomeT99/snyk-upgrade-c49825b9ab14d78602f81207b1799bd7 2025-12-29 16:59:10 +01:00
package.json Merge pull request #44 from DomeT99/snyk-upgrade-c49825b9ab14d78602f81207b1799bd7 2025-12-29 16:59:10 +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