2022-12-28 17:33:14 +01:00
..
2022-12-28 17:33:14 +01:00

my-patterns

This directory can be used to save your own patterns.

  1. fork the strudel repo
  2. Save one or more .txt files here.
  3. and run npm run repl
  4. open http://localhost:3000/my-patterns !

deploy

  1. in your fork, go to settings -> pages and select "Github Actions" as source
  2. edit website/public/CNAME to contain <your-username>.github.io/strudel
  3. edit website/astro.config.mjs to use site: <your-username>.github.io/strudel and base /strudel
  4. go to Actions -> "Build and Deploy" and click "Run workflow"
  5. view your patterns at <your-username>.github.io/strudel/my-patterns