Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 520 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 520 Bytes

Theory at UCLA Website

https://www.theoryatucla.com

Getting Started

This website uses the Lit web components library. No build step necessary!

  1. Define custom elements in components/
  2. Export custom elements in components/index.js
  3. Register custom elements index.js
  4. Use custom elements in *.html
  5. Create a new page by copying an existing *.html and modifying
  6. Test the site by running python3 -m http.server 3000 from this directory and visiting http://localhost:3000