mirror of
https://github.com/DomeT99/my-personal-blog.git
synced 2025-12-29 17:15:59 +01:00
Link to my website 👇
https://domenicotenace.dev
|
|
||
|---|---|---|
| .vscode | ||
| public | ||
| src | ||
| .gitignore | ||
| astro.config.mjs | ||
| LICENSE | ||
| netlify.toml | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
Personal Blog
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