If you build websites, you inevitably run into problems. Maybe there’s no way to achieve an aspect of your design using CSS. Or maybe there’s a device feature you really wish you could tap into using JavaScript. Or perhaps the in-browser DevTools don’t give you a key insight you need to do your job. We want to hear about it!
File a new event issue and then follow the instructions for creating a new event.
git clone https://github.com/WebWeWant/webwewant.fyi.git webwewant.fyi
cd webwewant.fyi
npm install
npx eleventy
Or build automatically when a template changes:
npx eleventy --watch
Or in debug mode:
DEBUG=* npx eleventy