From 70c4f730a73994f3b949ad50ba72f74dbc3c7231 Mon Sep 17 00:00:00 2001 From: Daniel Gading Date: Mon, 16 Oct 2017 12:53:12 -0400 Subject: [PATCH 1/2] Update Readme with helpful links for the Umami demo. --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index d064213..60d5278 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,11 @@ # Contenta React Demo with Redux, Aphrodite, and server-side rendering +http://react.contentacms.io/ +## Quick Start ```bash +git clone git@github.com:contentacms/contenta_react.git +cd contenta_react yarn install yarn start ``` @@ -32,5 +36,14 @@ Open [http://localhost:3000](http://localhost:3000) to view it in the browser. The page will reload if you make edits.
You will also see any lint errors in the console. +## Useful Links +- [Contenta](http://www.contentacms.org/) +- [Sample Source Data](http://live-contentacms.pantheonsite.io/) +- [Sample Source Data APIs](http://live-contentacms.pantheonsite.io/api) +- [Demo Implementation Guidelines](https://github.com/contentacms/contenta_jsonapi/blob/8.x-1.x/docs/demos-consumers-implementation-guidelines.md) +- [Wireframes for Umami](https://www.drupal.org/node/2818741#comment-12114776) +- [React JS](https://reactjs.org/) +- [React Create App](https://github.com/facebookincubator/create-react-app) +- [Atomic Design](http://bradfrost.com/blog/post/atomic-web-design/) ## This project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app). From 23b2898887c573f0f5a03233c5fa174213aac1d2 Mon Sep 17 00:00:00 2001 From: Daniel Gading Date: Mon, 16 Oct 2017 21:40:31 -0400 Subject: [PATCH 2/2] Update Implentation and API reference link in README --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 60d5278..a1db2ef 100644 --- a/README.md +++ b/README.md @@ -39,8 +39,7 @@ You will also see any lint errors in the console. ## Useful Links - [Contenta](http://www.contentacms.org/) - [Sample Source Data](http://live-contentacms.pantheonsite.io/) -- [Sample Source Data APIs](http://live-contentacms.pantheonsite.io/api) -- [Demo Implementation Guidelines](https://github.com/contentacms/contenta_jsonapi/blob/8.x-1.x/docs/demos-consumers-implementation-guidelines.md) +- [Demo Implementation Guidelines](https://contentacms.readthedocs.io/en/latest/demos-consumers-implementation-guidelines/) - [Wireframes for Umami](https://www.drupal.org/node/2818741#comment-12114776) - [React JS](https://reactjs.org/) - [React Create App](https://github.com/facebookincubator/create-react-app)