Merge branch 'production' into master
This commit is contained in:
10
README.md
10
README.md
@@ -15,6 +15,7 @@ You can see a hosted version of `The node.js example app` on <a href="https://th
|
|||||||
## What is Contentful?
|
## What is Contentful?
|
||||||
Contentful is content infrastructure for web applications, mobile apps and connected devices. It allows you to create, edit and manage content in the cloud and publish it anywhere via powerful APIs. Contentful offers tools for editorial teams and enabling cooperation between organizations.
|
Contentful is content infrastructure for web applications, mobile apps and connected devices. It allows you to create, edit and manage content in the cloud and publish it anywhere via powerful APIs. Contentful offers tools for editorial teams and enabling cooperation between organizations.
|
||||||
|
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
* Node 8
|
* Node 8
|
||||||
@@ -24,6 +25,15 @@ Contentful is content infrastructure for web applications, mobile apps and conne
|
|||||||
Without any changes, this app is connected to a Contentful space with read-only access. To experience the full end-to-end Contentful experience, you need to connect the app to a Contentful space with read _and_ write access. This enables you to see how content editing in the Contentful web app works and how content changes propagate to this app.
|
Without any changes, this app is connected to a Contentful space with read-only access. To experience the full end-to-end Contentful experience, you need to connect the app to a Contentful space with read _and_ write access. This enables you to see how content editing in the Contentful web app works and how content changes propagate to this app.
|
||||||
|
|
||||||
## Common setup
|
## Common setup
|
||||||
|
You can clone the space for this example app to your own Contentful account by using our CLI tool.
|
||||||
|
|
||||||
|
```
|
||||||
|
contentful space seed -s '<SPACE_ID>' -t the-example-app
|
||||||
|
```
|
||||||
|
|
||||||
|
If you do not have the Contentful CLI installed you can find instructions on installation and usage [here](https://github.com/contentful/contentful-cli). For more information on the content model check out [this repo](https://github.com/contentful/content-models/tree/master/the-example-app/README.md).
|
||||||
|
|
||||||
|
Once you’ve created a space, you can change the credentials in the variables.env. If you don’t feel like changing code immediately, you can also inject credentials via url parameters like so:
|
||||||
|
|
||||||
Clone the repo and install the dependencies.
|
Clone the repo and install the dependencies.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user