Skip to content

Commit

Permalink
Merge pull request #177 from iFlameing/docs
Browse files Browse the repository at this point in the history
Updating readme.md
  • Loading branch information
datakurre committed Jun 2, 2019
2 parents 1da2de8 + b6eb581 commit a9692ad
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[![Build Status](https://travis-ci.org/collective/gatsby-source-plone.svg?branch=add_source_dependency)](https://travis-ci.org/collective/gatsby-source-plone)
[![Gitter chat](https://badges.gitter.im/gitterHQ/gitter.png)](https://gitter.im/collective/gatsby-source-plone)

# gatsby-source-plone

Expand Down Expand Up @@ -81,9 +82,13 @@ We use Docker for handling the backend plone.restapi, and so it's required to ha
Build project frontend:

```bash
make build
make purge # if you already put some data into plone site
make init-backend # Feeding automatic data into the plone site
make build # this command build the frontend for this plugin
```

you will see a site running at localhost:8000 similar to https://collective.github.io/gatsby-source-plone/

### Dev Environment

Watch changes in Gatsby development mode:
Expand Down

0 comments on commit a9692ad

Please sign in to comment.