Skip to content

Latest commit

 

History

History
73 lines (62 loc) · 3.44 KB

File metadata and controls

73 lines (62 loc) · 3.44 KB

👤 Accounts

You're going to need to make sure you've been invited to all of these accounts

  • Google Account
  • Figma
  • 1Password ("Web Dev" Vault)
  • Slack (especially developer channels, and the "@dev" User Group!)
  • Asana
  • Github (added to Infinite Objects organization and assigned a team)
  • Shopify
  • Sentry
  • Crossbrowsertesting (shared account in 1pass)
  • PM2
  • Paw
  • Google Calendars
    • “Infinite Objects” Calendar
    • “IO OOO” Calendar
    • Reoccuring meetings

💾 Downloads

Now let’s start with some downloads.

Chrome Extensions

VS Code Extensions

🔑 Credentials

💻 Github and NPM

  • Follow these instructions to create a Github personal access token. (NOTE: Keep the token handy for the next couple steps!)
    • Make sure to define the full repo scope as well as the write:packages scope
  • git clone via HTTPS one of the UI repo (or any IO repo) and use that token as your password when prompted.
  • Create a ~/.npmrc file with these contents: //npm.pkg.github.com/:_authToken=TOKEN
  • Run npm login --scope=@infiniteobjects --registry=https://npm.pkg.github.com
    • Use the same Github Token from earlier when prompted for your password

🌥 Google Cloud

  • You're going to need to be added as a user to our GCP sandbox and production environments
  • And be provisioned service account keys for both environments to use locally in your repos