Skip to content

Home of the MDN live code editor interactive examples

License

Notifications You must be signed in to change notification settings

mdn/interactive-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7b2a50d · Feb 24, 2023
Feb 14, 2023
Apr 9, 2020
Feb 24, 2023
Nov 21, 2022
Sep 13, 2018
Nov 25, 2021
Feb 21, 2023
Aug 20, 2019
Feb 10, 2023
Jan 4, 2023
Mar 23, 2018
Dec 19, 2022
Feb 24, 2023
Jan 4, 2023
Oct 7, 2022
Feb 14, 2023
Jan 11, 2023
Feb 14, 2023
Feb 14, 2023
Feb 14, 2023
Apr 9, 2020
May 16, 2017
Oct 7, 2022
Jan 4, 2023
Dec 22, 2022
Feb 24, 2023
Feb 24, 2023

Repository files navigation

interactive-examples

code style: prettier

Home of the MDN interactive code examples.

Project maintainers

Should you have any questions regarding this project, please feel free to @mention either @wbamberg or @schalkneethling

Good first issues

Want to contribute to the interactive examples project? Here are a couple of good first issues to get you started. Thanks!

Good first issues

Folder structure

  • [css] - This contains the CSS used by the base templates.
  • [js] - This contains the JS used by the base templates.
  • [live-examples] - This contains the live example CSS and JS fragments.
  • [media] - This contains images used by the live examples and templates.
  • [tmpl] - The base templates.

The dynamically generated pages, their dependencies, and assets are generated to the prod branch.

Browser support baseline

The following is a list of browser/version combinations that are supported by the interactive editor. In browsers that do not meet the criteria, the editor degrades gracefully to displaying static examples.

  • Firefox - Latest three release versions.
  • Chrome - Latest three release versions.
  • Opera - Latest two release versions.
  • Safari - Latest two release versions.
  • Internet Explorer - version 11.
  • Edge - Latest release version.

Contributing

If you're interested in contributing to this project, great! Please see the CONTRIBUTING document.