Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Content | 8,196 | a day ago | 730 | other | Markdown | |||||
The content behind MDN Web Docs | ||||||||||
Javascript Guidebook | 797 | 2 months ago | 17 | mit | TypeScript | |||||
:books:JavaScript 前端知识图谱 A guidebook for the convenience of the front-end developers | ||||||||||
Web Dev Resources | 248 | 11 days ago | mit | |||||||
The complete web development resources you ever need. More than 150+ resources for your web development. | ||||||||||
Pine | 104 | 1 | 3 years ago | 8 | October 04, 2020 | 7 | apache-2.0 | Scala | ||
Functional HTML5 and XML library for the Scala platform | ||||||||||
Learning Resources | 21 | 2 years ago | 2 | |||||||
Some resources for learning about Web Development | ||||||||||
Mdn Spec Links | 16 | 2 months ago | 2 | JSON | ||||||
MDN Spec Links – Linking specs to MDN and browser-support data | ||||||||||
Core Fundamentals Of Web Development | 8 | 6 years ago | CSS | |||||||
Daniel Website Note | 1 | 4 years ago | ||||||||
This is my note for website design | ||||||||||
Web Development | 1 | 3 years ago | mit | HTML | ||||||
This is a personal project to learn, teach, and improve web development knowledge (both frontend development and backend development). Includes personal notes, concepts, cheatsheets, and definitions as well as practical examples of various web development languages and tools. |
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 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.
To set up the site locally, you need to have Node.js and Yarn installed. You can check if these are installed by running the following commands:
node -v
yarn -v
After you have installed Node.js and Yarn, you can install the dependencies using yarn
and start the local preview:
yarn
yarn start
Once started, a live preview is available at http://localhost:5042/
.
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 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.
You can communicate with the MDN Web Docs team and community using the communication channels.