Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Yarn is our new package manager and is replacing npm. This means you should never run npm install or any npm run ... command. Now it is always yarn install or yarn ... (no need for run keyword at all). Yarn is a lot faster (install times <5 seconds if you already have everything and are just updating) and also doesn’t change the package-lock.json every time which is nice.

General FAQs

My prettier isn’t working, but only on Github?

  • Run this command in your CLI: npx prettier --write file_path

What does XXX mean?

  • Please navigate to the glossary page to find some of the common confusing terms that we use regularly! If there’s anything not on there, feel free to reach out to any of us about it (and let us know if you think it should be added)!