28 lines
546 B
Markdown
28 lines
546 B
Markdown
# poptimal
|
|
|
|
An experiment in using Observable to generate colourful SVG patterns
|
|
reminiscent of op art or halftone dots.
|
|
|
|
See it in action [here](https://etc.mikelynch.org/poptimal/)
|
|
|
|
Comments, feedback via Mastodon: [Mike Lynch](https://aus.social/@mikelynch)
|
|
|
|
|
|
|
|
## Observable
|
|
|
|
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.
|
|
|