1
0
Fork 0
My design system that documents everything from markup over styling to architectural decisions. https://design.jaenis.ch/
Go to file
André Jaenisch 941e9583ff
fix: copy over web components into static build
I noticed this when checking my website after reenabling JavaScript due
to JS Naked Day. Turns out I copied over files from my design system to
my website without checking whether they are present in the design
system in the first place. Since these Web Components are written to be
self-contained I don't need to process them further. The few bytes
aren't worth the CPU cycles.

Signed-off-by: André Jaenisch <andre.jaenisch@posteo.de>
2024-04-25 14:43:28 +02:00
.reuse chore: add license information 2024-03-05 16:40:09 +01:00
.storybook fix: includes, contains, too easy to confuse 2024-03-08 13:31:54 +01:00
LICENSES chore: annotate licenses of downloaded fonts 2024-03-05 21:05:36 +01:00
__tests__/components chore: annotate each file to comply with REUSE 2024-03-08 11:09:18 +01:00
collections chore: annotate each file to comply with REUSE 2024-03-08 11:09:18 +01:00
components chore: annotate each file to comply with REUSE 2024-03-08 11:09:18 +01:00
filters fix: variables weren't interpolated 2024-03-21 15:42:10 +01:00
layouts feat: link from menu to archive 2024-03-23 18:01:45 +01:00
shortcodes chore: annotate each file to comply with REUSE 2024-03-08 11:09:18 +01:00
static fix: track my profile photo 2024-04-25 14:38:36 +02:00
stories feat: add @guido.software biz role extension 2024-04-05 15:03:53 +02:00
.gitignore feat: vendor openmoji 2024-03-22 11:53:39 +01:00
.gitkeep fix: repair the build-storybook command 2021-06-21 20:36:48 +02:00
.yarnrc.yml chore: annotate more files with licenses 2024-03-05 20:54:42 +01:00
README.md chore: annotate each file to comply with REUSE 2024-03-08 11:09:18 +01:00
jest.config.cjs chore: annotate each file to comply with REUSE 2024-03-08 11:09:18 +01:00
logger.mjs chore: annotate each file to comply with REUSE 2024-03-08 11:09:18 +01:00
md.mjs fix: don't preload languages 2024-04-11 13:16:50 +02:00
nunjucks.config.mjs chore: annotate each file to comply with REUSE 2024-03-08 11:09:18 +01:00
package.json fix: copy over web components into static build 2024-04-25 14:43:28 +02:00
package.json.license chore: annotate each file to comply with REUSE 2024-03-08 11:09:18 +01:00
playwright.config.js chore: annotate each file to comply with REUSE 2024-03-08 11:09:18 +01:00
precompile.cjs chore: annotate each file to comply with REUSE 2024-03-08 11:09:18 +01:00
yarn.lock feat: add @guido.software biz role extension 2024-04-05 15:03:53 +02:00
yarn.lock.license chore: annotate more files with licenses 2024-03-05 20:54:42 +01:00

README.md

Design System of https://jaenis.ch/

This repository will collect all my knowledge I gathered over time in a single place. Given the different systems I am also running, this system will not only be responsible to document the parts written by me, but also theirs.

Local Development

Checkout the code, install the dependencies and start Storybook.

Consuming

Right now, the code is not packaged, so you would need to install via git-URL. If I reach a certain level of maturity, I will start tagging and semantically version my implementations.

Issues

I don't want to use Issues here, but instead plan to blog about it and then gather feedback via WebMention.

Contributing

I do not accept contributions at this point.

License

AGPL v3 or later. See LICENSE.