Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/datakurre/gatsby-starter-plone-brochure
GatsbyJS example project for creating a brochure site from Plone CMS
https://github.com/datakurre/gatsby-starter-plone-brochure
Last synced: about 1 month ago
JSON representation
GatsbyJS example project for creating a brochure site from Plone CMS
- Host: GitHub
- URL: https://github.com/datakurre/gatsby-starter-plone-brochure
- Owner: datakurre
- License: mit
- Created: 2019-07-27T20:58:32.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-06-10T00:51:14.000Z (over 1 year ago)
- Last Synced: 2024-10-27T16:29:16.235Z (3 months ago)
- Language: JavaScript
- Size: 17.3 MB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
GatsbyJS example for a brochure site from Plone CMS
===================================================Requirements
------------* docker, for running Plone
* node and yarn, for installing and running GatsbyJS
* bash and jq for importing example contentGetting started
---------------Clone the project
```shell
$ git clone https://github.com/datakurre/gatsby-starter-plone-brochure.git
$ cd gatsby-starter-plone-brochure
```Start Plone
```shell
$ docker-compose up
```Import example content
```shell
$ ./fixture/purge.sh
$ ./fixture/import.sh
```Install GatsbyJS
```shell
$ yarn install
```Start GatsbyJS
```shell
$ yarn develop
```