https://github.com/devmatteini/website
Personal website and blog
https://github.com/devmatteini/website
Last synced: 19 days ago
JSON representation
Personal website and blog
- Host: GitHub
- URL: https://github.com/devmatteini/website
- Owner: devmatteini
- License: mit
- Created: 2023-01-09T20:49:43.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2026-03-24T22:19:45.000Z (about 1 month ago)
- Last Synced: 2026-03-24T22:29:17.693Z (about 1 month ago)
- Language: MDX
- Homepage: https://cosimomatteini.com
- Size: 2.7 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# website
:globe_with_meridians: https://cosimomatteini.com/
## Installation
```shell
git clone https://github.com/devmatteini/website
pnpm install
```
## Usage
```shell
# start web server http://localhost:4321
pnpm run dev
# checks for astro files and typecheck typescript files
pnpm run check
pnpm run lint
pnpm run format
```
## Built with
Core:
- [Astro](https://astro.build/)
- [tailwindcss](https://tailwindcss.com/)
Content management for blog:
- [Astro Content Collections](https://docs.astro.build/en/guides/content-collections/)
Hosting:
- [Netlify](https://www.netlify.com/)