A webring for design system practitioners.
A webring is a human-curated list of websites organized around a specific topic. This webring is dedicated to people interested in design systems.
- Read our code of conduct
- Copy and paste the web component or the html code snippet somewhere on your website.
- Open a pull request and supply the name and URL of your website in the members.json file.
If you think you belong here, chances are you do. People of any level of skill or experience in the industry doing design systems work are welcome. Being listed requires:
- An interest in design systems,
- A personal website, and
- Using our webring code somewhere on your website.
This webring is focused on people. Because of this, it is not interested in listing design system companies and professional organizations. Please refer to our code of conduct for further information about acceptable and unacceptable behavior.
For instructions, please see the website.
Ariel Salminen, with help from Max Böck’s webring project and Eric Bailey’s a11y-webring project.
To build the website locally, run these commands:
# clone this repository
git clone [email protected]:arielsalminen/design-system.club.git
# go to the working directory
cd design-system.club
# install dependencies
npm install
# start a local build server
npm start