|
9 | 9 | - Server-side rendering |
10 | 10 | - Payments with [Stripe](https://stripe.com/) |
11 | 11 | - Analytics with [Segment](https://segment.com/) or any other provider |
12 | | -- Reusable, customizable, themeable ecommerce React components from the new [Reaction Component Library](https://github.com/reactioncommerce/reaction-component-library/) with [Styled Components](https://www.styled-components.com/) |
| 12 | +- Reusable, customizable, themeable ecommerce React components from the [Example Storefront Component Library](https://github.com/reactioncommerce/reaction-component-library/) with [Styled Components](https://www.styled-components.com/) |
13 | 13 | - Fully-configured test suite: Jest snapshot testing, Mocha integration testing |
14 | 14 | - Written in ES6, configured with ES6 |
15 | 15 | - Containerized with Docker |
@@ -49,7 +49,7 @@ Read the docs for [setting up Segment or a custom analytics tracker](docs/tracki |
49 | 49 |
|
50 | 50 | ## Documentation |
51 | 51 | - [Example Storefront full documentation](./docs) |
52 | | -- [Reaction Component Library repository](https://github.com/reactioncommerce/reaction-component-library), [documentation](https://github.com/reactioncommerce/reaction-component-library/tree/master/docs), and [component documentation](http://designsystem.reactioncommerce.com/) |
| 52 | +- [Example Storefront Component Library repository](https://github.com/reactioncommerce/reaction-component-library), [documentation](https://github.com/reactioncommerce/reaction-component-library/tree/master/docs), and [component documentation](http://designsystem.reactioncommerce.com/) |
53 | 53 | - [Reaction Docs: Using GraphQL](https://docs.reactioncommerce.com/docs/graphql-using) |
54 | 54 | - [Reaction Docs: Testing with Jest](https://docs.reactioncommerce.com/docs/testing-reaction) |
55 | 55 | - [Reaction Docs: Developing with Docker](https://docs.reactioncommerce.com/docs/installation-docker-development |
@@ -135,9 +135,9 @@ docker-compose down --rmi local |
135 | 135 | docker-compose up -d --build |
136 | 136 | ``` |
137 | 137 |
|
138 | | -### Testing `reaction-component-library` components in the storefront |
| 138 | +### Testing component library in the storefront |
139 | 139 |
|
140 | | -Sometimes we need to test [`reaction-component-library`](https://github.com/reactioncommerce/reaction-component-library) components in the context of the storefront. Unfortunately, there isn't an easy wasy to do this within our Docker containers, so we need to run the `storefront` outside of docker. |
| 140 | +Sometimes we need to test the [Example Storefront Component Library](https://github.com/reactioncommerce/reaction-component-library) components in the context of the storefront. Unfortunately, there isn't an easy wasy to do this within our Docker containers, so we need to run the `storefront` outside of docker. |
141 | 141 |
|
142 | 142 | 1. `cd` to your local [`reaction-component-library`](https://github.com/reactioncommerce/reaction-component-library) repo. |
143 | 143 | 1. Git checkout the proper branch that you want to link |
@@ -198,7 +198,7 @@ docker stop reaction-storefront |
198 | 198 | ``` |
199 | 199 |
|
200 | 200 | ## License |
201 | | - Copyright 2018 Reaction Commerce |
| 201 | + Copyright 2019 Reaction Commerce |
202 | 202 |
|
203 | 203 | Licensed under the Apache License, Version 2.0 (the "License"); |
204 | 204 | you may not use this file except in compliance with the License. |
|
0 commit comments