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

https://github.com/sloanelybutsurely/sloane.sh

https://sloane.sh
https://github.com/sloanelybutsurely/sloane.sh

Last synced: 5 months ago
JSON representation

https://sloane.sh

Awesome Lists containing this project

README

        

# sloane.sh

## Setup

```sh
brew install --cask racket
raco pkg install pollen
```

## Working on the site

```sh
raco pollen start site
```

## Building the site

```sh
mkdir -p build
raco pollen render site
raco pollen publish site build
```