This directory can be used to save your own patterns, which then get made into a pattern swatch.
Example: https://felixroos.github.io/strudel/swatch/
Please note: These instructions have not been fully tested/adapted since strudel moved to codeberg from github. PRs welcome!
git clone https://codeberg.org/<your-username>/strudel.git strudel && cd strudelgit branch patternuary && git checkout patternuarywebsite/public/CNAME to contain <your-username>.codeberg.page/strudelwebsite/astro.config.mjs to use site: https://<your-username>.codeberg.page and base /strudel, like thisconst site = 'https://<your-username>.codeberg.page';
const base = '/strudel';
git add . && git commit -m "site config" && git push --set-upstream origin
<your-username>.codeberg.page/strudel/swatch/If you want to automatically deploy your site on push, go to deploy.yml and change workflow_dispatch to push.
npm run setupnpm run repl and open http://localhost:4321/strudel/swatch/Your tests might fail if the code does not follow prettiers format.
In that case, run npm run codeformat. To disable that, remove npm run format-check from test.yml
To update your fork, you can pull the main branch and merge it into your patternuary branch.