You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-18Lines changed: 15 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,6 @@
1
-
# Code.org Frontend
1
+
# Code.org Marketing Websites
2
2
3
-
This directory contains packages and applications that power Code.org sites.
4
-
5
-
**Note**: Most of Code.org's Studio product (student experience, curriculum, teacher tools, etc.) is built in the
6
-
top-level `apps` package and is not currently located in this directory.
3
+
This directory contains packages and applications that power Code.org marketing websites. For Code.org's learning platform, see [this repository](https://github.com/code-dot-org/code-dot-org).
7
4
8
5
## What's inside?
9
6
@@ -14,22 +11,22 @@ This directory uses [Turborepo](https://turbo.build/) to manage the monorepo and
14
11
15
12
### Apps
16
13
17
-
Open source Code.org applications:
14
+
Open source Code.org marketing applications:
18
15
19
16
-[@code-dot-org/marketing](apps/marketing): Code.org's marketing site (uses Contentful).
20
-
-[@code-dot-org/design-system-storybook](apps/design-system-storybook): A [Storybook](https://storybook.js.org/)
21
-
instance for the Code.org design system (`@code-dot-org/component-library`). Publicly available at
-[@code-dot-org/component-library](packages/component-library): The Code.org Design System React component library.
29
-
-[@code-dot-org/component-library-styles](packages/component-library-styles): Common Styles
30
-
(`variables`, `colors`, `mixins`, `typography styles`, etc) of Code.org Design System
31
-
([@code-dot-org/component-library](packages/component-library)). Based on [Figma](https://www.figma.com/design/NIVcvUgU3WmXpAmp9U2vVy/DSCO-Variables?node-id=2925-33951&m=dev).
32
-
Used by [@code-dot-org/component-library](packages/component-library), should also be used as
25
+
-[@code-dot-org/marketing-component-library](packages/marketing-component-library): The Code.org Marketing Design System React component library.
26
+
-[@code-dot-org/marketing-component-library-styles](packages/marketing-component-library-styles): Common Styles
27
+
(`variables`, `colors`, `mixins`, `typography styles`, etc) of Code.org Marketing Design System
28
+
([@code-dot-org/marketing-component-library](packages/marketing-component-library)). Based on [Figma](https://www.figma.com/design/NIVcvUgU3WmXpAmp9U2vVy/DSCO-Variables?node-id=2925-33951&m=dev).
29
+
Used by [@code-dot-org/marketing-component-library](packages/marketing-component-library), should also be used as
33
30
a standalone package for styling components with Code.org's Design System styles.
34
31
-[@code-dot-org/lint-config](packages/lint-config): Shared linters configuration for Code.org projects
0 commit comments