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.
git clone https://github.com/GoogleChrome/web.dev.git
Install the deps:
npm i
# yarn
To create/edit content and preview a page locally as you make edits, start the "preview server":
npm run dev
# 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.
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.
Our wiki provides guides on authoring guides and codelabs.