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

https://github.com/pabrod/pabrod.github.io


https://github.com/pabrod/pabrod.github.io

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# Workflow

## Install

- Clone me with `--recurse-submodules` option
- All dependencies are listed in a conda/poetry friendly way.
- The only exception is the `THEME`, that is managed as a submodule via `git`.
- Using `poetry shell` is recommended.

## Develop

While editing, you can see a live version of the website using:

```sh
make devserver
```

## Generate and publish

```sh
make github
```