Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 889 Bytes

File metadata and controls

19 lines (15 loc) · 889 Bytes
  • Main: Python Tests
  • Next: Python Tests

Installation instructions

  • Install Docker
  • Clone this repository
  • Run docker compose watch

Structure

  • content: static pages and assignments
  • prisma: everything database-related (schema and migrations)
  • public: files that should be served as is (e.g. images)
  • src:
    • components: reusable UI pieces that are NOT exercises
    • exercises: mathematical exercises
    • routes: website pages (mostly automatically generated)
  • symapi: Python API for symbolic calculations