Skip to content

ghas-results/wayfair.github.io

 
 

Repository files navigation

wayfair.github.io

License: BSD 0-Clause Contributor Covenant

🚀 Quick Start

To get started editing this site, you'll need Node v12+. We recommend using nvm.

Once that's installed, you'll need yarn as well.

Start developing by initializing your node modules:

yarn

Then start the gatsby development server:

yarn build
yarn develop

Plenty of information may show, but you should eventually see something like:

You can now view gatsby-starter-default in the browser.
⠀
  http://localhost:8000/
⠀

You can edit the site by editing the files in src/. This site uses CSS, JS, and css-in-js.

💡 Note that for most images, you'll want to run yarn build before they show up correctly on the development site.

Contributing to Docs

If you're here to write some of our plentiful documentation, use these foolproof steps:

  1. Ensure you've completed the Quick Start above, and have a server running.
  2. Make a new branch for your new document post.
  3. Create a new directory (or sub-directory, or sub-sub-directory) in src/docs like my-doc
  4. Create an index.md file in src/docs/my-doc (or whatever you named your doc). This will be your document's markdown page.
  5. Write the frontmatter for the page like so:
---
title: "My Snazzy Article"
---
  1. Optionally, include any assets you need (images, etc) alongside index.md, and reference them directly, eg: [my-image](./my-image)
  2. Watch your markdown come to life in your browser by visiting the corresponding path to your document from /docs (in this case, we'd visit docs/my-doc)
  3. When satisfied, commit the result for review.

Deploying

As long as permissions work and everything is aligned in the stars, you ought to be able to deploy with:

yarn deploy

Troubleshooting

If you see strange behavior from developing or building the app, try npx gatsby clean. This should use the gatsby-cli to clean out frayed node modules or other unexpected hitches.

About

Wayfair Open Source Program Office outward-facing site

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 79.8%
  • CSS 20.2%