poptimal/README.md

28 lines
696 B
Markdown
Raw Permalink 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:54:29 +00:00
You can play with it [here.](https://etc.mikelynch.org/poptimal/)
2025-01-06 03:28:47 +00:00
2025-01-27 07:54:29 +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)
2025-01-27 07:54:29 +00:00
Comments, feedback via Mastodon: [Mike Lynch](https://old.mermaid.town/@fsvo)
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.