Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 508 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 508 Bytes

Intercom homepage code base (for studying only)

This repo contains (some) code from https://www.intercom.com - by Intercom. We're not write or update anything on this, it's original code that downloaded through Chrome debuger tool.

Notes:

marketing-site in this repo equivalent to root folder. Example:

import LocaleLinks from 'marketing-site/src/components/common/LocaleLinks'

is equivalent to:

import LocaleLinks from 'src/components/common/LocaleLinks'

Cong Nguyen