https://github.com/mdn/interactive-examples
Home of the MDN live code editor interactive examples
https://github.com/mdn/interactive-examples
css editor examples html interactive javascript mdn nodejs
Last synced: about 1 month ago
JSON representation
Home of the MDN live code editor interactive examples
- Host: GitHub
- URL: https://github.com/mdn/interactive-examples
- Owner: mdn
- License: cc0-1.0
- Created: 2017-05-04T10:46:28.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2024-10-21T19:45:38.000Z (6 months ago)
- Last Synced: 2024-10-22T13:14:54.103Z (6 months ago)
- Topics: css, editor, examples, html, interactive, javascript, mdn, nodejs
- Language: HTML
- Homepage:
- Size: 25.2 MB
- Stars: 728
- Watchers: 46
- Forks: 508
- Open Issues: 39
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
- jimsghstars - mdn/interactive-examples - Home of the MDN live code editor interactive examples (HTML)
README
# interactive-examples
> [!WARNING]
> This repository is in the process of being **archived**!
>
> New pull requests will be closed, so do not work on issues or tasks relating to this repository to avoid lost time and work.
> For more information, see .[](https://github.com/prettier/prettier)
Home of the [MDN](https://developer.mozilla.org/) interactive code examples.
## Project maintainers
Should you have any questions regarding this project, please feel free to @mention either @wbamberg, @bsmth or @NiedziolkaMichal.
## 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](https://github.com/mdn/interactive-examples/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc+label%3A%22example+needed%22+no%3Aassignee)
## 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 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.
- Safari - Latest two release versions.
- Edge - Latest release version.## Contributing
If you're interested in contributing to this project, great! Please see the [CONTRIBUTING](CONTRIBUTING.md) document.