Skip to content

darthmall/yolo-vinyl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vinyl YOLO

An exercise in building a website with Eleventy, WebC, and Web Components for Some Antics.

View the final version at yolo-vinyl.netlify.app.

Goals

  1. Create a hero component for the site as a single-file component (SFC)
  2. Create a card web component that is progressively enhanced with some decoration and metadata

Getting Started

npm install
npm start

WebC and Eleventy Resources

Relevant GitHub Issues