web.dev is the ultimate resource for developers of all backgrounds to learn, create, and solve on the web. It's meant to not only educate developers, but help them apply what they've learned to any site they work on, be it personal or business.
Note: this repo contains the written content for web.dev. The actual front-end (CSS,JS) is not yet open source.
Our wiki provides docs on authoring guides and codelabs.
git clone https://github.com/GoogleChrome/web.dev.git
Install the deps:
yarn
To create/edit content and preview a page locally as you make edits, start the "preview server":
yarn dev
This also runs gulp watch
which rebuild pages as you make edits.
Next, open http://localhost:8080/
to see the site locally. The preview server
allows you to see how the content will look on the production site, but it's
not a true staging server. For example, features like search and JS components
may not work or be entirely broken on the local preview.
The preview server has tests to verify that pages render locally.
yarn test
You can file an issue in our issue tracker and a team member should reply shortly.
Take a look in the issue tracker for any bugs with a content label.