poptimal/README.md

32 lines
694 B
Markdown
Raw Normal View History

2025-01-05 01:45:30 +00:00
# poptimal
2025-01-06 03:28:47 +00:00
An experiment in using Observable to generate colourful SVG patterns
reminiscent of op art or halftone dots.
2025-01-27 07:52:49 +00:00
![Two overlapping grids of purple and lime dots on a teal background](https://git.tilde.town/bombinans/poptimal/raw/branch/main/docs/sample.png)
See it in action [here](https://etc.mikelynch.org/poptimal/)
2025-01-27 07:52:49 +00:00
2025-01-06 03:28:47 +00:00
Comments, feedback via Mastodon: [Mike Lynch](https://aus.social/@mikelynch)
2025-01-06 03:28:47 +00:00
## Observable
2025-01-05 01:45:30 +00:00
This is an [Observable Framework](https://observablehq.com/framework/) app. To install the required dependencies, run:
```
npm install
```
Then, to start the local preview server, run:
```
npm run dev
```
Then visit <http://localhost:3000> to preview your app.