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

https://github.com/rust-italia/rust-italia.github.io


https://github.com/rust-italia/rust-italia.github.io

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# rust-italia.github.io

## Development

Install [zola](https://www.getzola.org/documentation/getting-started/installation/)

Start a local webserver:

```sh
zola serve
```

## Deploy

Just push to main. A GitHub action will take care of the deploy process.