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

https://github.com/jackdbd/squint-wordle


https://github.com/jackdbd/squint-wordle

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# squint-wordle

Live: https://squint-wordle.pages.dev/

## Develop

Build the website:

```sh
npm run bundle
```

And serve it:

```sh
npm run serve
```

## Deploy

Build the website and publish it to Cloudflare Pages:

```sh
npm run deploy
```