Skip to content

codepo8/webwewant.fyi

 
 

Repository files navigation

Netlify Status

The Web We Want

What is it?

Local development

1. Clone this repository:

git clone https://github.com/aarongustafson/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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 47.5%
  • JavaScript 34.7%
  • CSS 17.8%