Skip to content

Theory-UCLA/Theory-UCLA.github.io

Repository files navigation

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