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

https://github.com/idkjs/hkt-fakenickels


https://github.com/idkjs/hkt-fakenickels

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Higher Kinded Sketch from this [tweet](https://twitter.com/fakenickels/status/1300869318033408001?s=20)

# Build + Watch

```bash
# for yarn
yarn start

# for npm
npm run start
```

# Sketch.sh Links Are Broken

I recovered this sketch with the excellent [letouzey/sketch-downloader](https://github.com/letouzey/sketch-downloader) by building and running:

Target sketch is: `https://sketch.sh/s/accmipAxAqXppOk30IIDa0/`

Below we are just using the hash,`accmipAxAqXppOk30IIDa0`.

```sh
> ./getsketch.sh accmipAxAqXppOk30IIDa0 dump.json
> dune exec ./transketch.exe dump.json
```

Thanks, [Letouzey](https://github.com/letouzey), whoever you are.