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

https://github.com/jere-a/main-website

My ozze.eu.org website hosted on cloudflare.com
https://github.com/jere-a/main-website

astro eslint nodejs postcss vitejs vitest web

Last synced: 8 months ago
JSON representation

My ozze.eu.org website hosted on cloudflare.com

Awesome Lists containing this project

README

          

# Website created using astro

![Website](https://img.shields.io/website?url=https%3A%2F%2Fozze.eu.org&style=flat)
![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/jere-a/Main-website?style=flat)

To run the developer enviroment:

```sh
npm run dev
```

To preview the build:

```sh
npm run build && npm run preview
```