diff --git a/README.md b/README.md index d064213..a1db2ef 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,13 @@ 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/) +- [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) +- [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).