Schepp / webwewant.fyi

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!

Home Page:https://webwewant.fyi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Netlify Status

The Web We Want

What is it?

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!

Adding Events

You can add events by editing the events.json file.

Adding Wants

You can add a new "Want" by creating a new markdown file in the wants directory. Feel free to duplicate an existing Want and use that as a template.

Local development

1. Clone this repository:

git clone https://github.com/WebWeWant/webwewant.fyi.git webwewant.fyi

2. Navigate to the directory

cd webwewant.fyi

3. Install dependencies

npm install

4. Run Eleventy (builds the site)

npx eleventy

Or build automatically when a template changes:

npx eleventy --watch

Or in debug mode:

DEBUG=* npx eleventy

About

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!

https://webwewant.fyi

License:MIT License


Languages

Language:JavaScript 46.5%Language:HTML 36.7%Language:CSS 16.8%