An open API service indexing awesome lists of open source software.

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

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/)