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

https://github.com/zlosynth/zlosynth.github.io

Website of the project.
https://github.com/zlosynth/zlosynth.github.io

Last synced: about 1 year ago
JSON representation

Website of the project.

Awesome Lists containing this project

README

          

# zlosynth.com

This repository contains source code of the website,
[zlosynth.com](https://zlosynth.com).

Sources for generated content are kept under the `src/` directory.

Static and generated content is kept under the `docs/` directory. This directory is then served as the website.

``` sh
# Rebuild the contents
make build

# Preview the website locally
make serve
```

# License

Software used to generate this website is distributed under the terms of the MIT
License. See [LICENSE-SOFTWARE](LICENSE-SOFTWARE) for details.

The content of this website is distributed under the terms of Creative Commons
BY-SA too. See [LICENSE-CONTENT](LICENSE-CONTENT) for details.