LearnTeX interactive web application built to help individuals learn the basics of using LaTeX. This project was created by Noah Alderton, Joseph Barr, and J.T. Singhal for Purdue University's CS 252 (Systems Programming) course.
Simply add the appropriate Firebase API information in src/environments/environment.prod.ts and src/environments/environment.ts.
Also, make sure Firestore contains a lessons collection, containing documents for each of the lessons. Each lesson document should contain:
- "content" (html document of each lesson found in lessons folder)
- "number" ("Lesson 0" for example)
- "solution" (The LaTeX solution to the assignment)
- "title" (Title of the lesson; "Font Effects" for example)