mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-12 22:15:27 -04:00
my-patterns
This directory can be used to save your own patterns.
- fork the strudel repo
- Save one or more .txt files here.
- and run
npm run repl - open
http://localhost:3000/my-patterns!
deploy
- in your fork, go to settings -> pages and select "Github Actions" as source
- edit
website/public/CNAMEto contain<your-username>.github.io/strudel - edit
website/astro.config.mjsto use site:<your-username>.github.io/strudeland base/strudel - go to Actions -> "Build and Deploy" and click "Run workflow"
- view your patterns at
<your-username>.github.io/strudel/my-patterns