https://github.com/jackdbd/squint-wordle
https://github.com/jackdbd/squint-wordle
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jackdbd/squint-wordle
- Owner: jackdbd
- Created: 2022-11-11T23:39:47.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-04T19:03:21.000Z (over 3 years ago)
- Last Synced: 2025-04-06T15:50:58.290Z (about 1 year ago)
- Language: Clojure
- Size: 300 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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
```