Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mdn/content
The content behind MDN Web Docs
https://github.com/mdn/content
css documentation html http javascript learning mdn reference web-development web-standards
Last synced: 21 days ago
JSON representation
The content behind MDN Web Docs
- Host: GitHub
- URL: https://github.com/mdn/content
- Owner: mdn
- License: other
- Created: 2020-09-15T15:42:29.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-14T00:54:38.000Z (7 months ago)
- Last Synced: 2024-04-14T00:58:56.130Z (7 months ago)
- Topics: css, documentation, html, http, javascript, learning, mdn, reference, web-development, web-standards
- Language: Markdown
- Homepage: https://developer.mozilla.org
- Size: 319 MB
- Stars: 8,663
- Watchers: 260
- Forks: 22,386
- Open Issues: 821
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- my-awesome-github-stars - mdn/content - The content behind MDN Web Docs (Markdown)
- awesome - mdn/content - The content behind MDN Web Docs (Markdown)
- jimsghstars - mdn/content - The content behind MDN Web Docs (Markdown)
README
# Welcome to MDN Web Docs
![github-profile](https://user-images.githubusercontent.com/10350960/166113119-629295f6-c282-42c9-9379-af2de5ad4338.png)
[MDN Web Docs][] is an open-source, collaborative project that documents web technologies including CSS, HTML, JavaScript, and Web APIs.
Alongside detailed reference documentation, we provide extensive learning resources for students and beginners getting started with web development.## MDN's mission
MDN's mission is to provide a blueprint for a better internet and empower a new generation of developers and content creators to build it.
The strength of MDN Web Docs lies in its vast community of active readers and contributors.
Since 2005, approximately 45,000 contributors have created the documentation we know and love.
Together, contributors have created over 45,000 documents that make up an up-to-date, comprehensive, and free resource for web developers worldwide.In addition to English-language articles, over 35 volunteers lead translation and localization efforts for Chinese, French, Japanese, Korean, Portuguese, Russian, and Spanish.
## Build the site
To set up the site locally, you need to have [Node.js](https://nodejs.org/) and [Yarn](https://yarnpkg.com/) installed.
You can check if these are installed by running the following commands:```bash
node -v
yarn -v
```After you have installed Node.js and Yarn, you can install the dependencies using `yarn` and start the local preview:
```bash
yarn
yarn start
```Once started, a live preview is available at `http://localhost:5042/`.
## Contribute to MDN Web Docs
You can contribute to MDN Web Docs and be a part of our community through content contributions, engineering, or translation work.
The MDN Web Docs project welcomes contributions from everyone who shares our goals and wants to contribute constructively and respectfully within our community.To find out how to get started, see the [CONTRIBUTING.md](CONTRIBUTING.md) document in this repository.
By participating in and contributing to our projects and discussions, you acknowledge that you have read and agree to our [Code of Conduct](CODE_OF_CONDUCT.md), which means adhering to [Mozilla's Community Participation Guidelines](https://www.mozilla.org/en-US/about/governance/policies/participation/).## Get in touch
You can communicate with the MDN Web Docs team and community using the [communication channels][].
[communication channels]: https://developer.mozilla.org/en-US/docs/MDN/Community/Communication_channels
[MDN Web Docs]: https://developer.mozilla.org/