A webring for digital accessibility practitioners.
A way for people doing digital accessibility work to find each other.
You sure can! Here's instructions for how to join.
You shouldn't need to stand this project up locally to add yourself to it.
If you do need to get it running on your device please reference the following:
- node version
18.13.0
or later, - npm
- Clone this repository,
- Navigate into this repository via a command line application,
- Install dependencies by typing
npm install
, and then - Run the project by typing
npm run start
.
This should make Eleventy process required files, run a local server you can load in your browser, and then watch for saved changes.
This project is a fork of Max Bรถck's webring repo. Also a huge thank you to Sarah Higley for help with debugging Netlify functions.