greenpeace/planet4-gpca-tweet-generator

Generate tweets from a selection of drop down menus

Installs: 153

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 1

Open Issues: 0

Language:JavaScript

Type:wordpress-plugin

v0.1.6 2022-12-15 06:33 UTC

This package is auto-updated.

Last update: 2024-04-15 09:44:13 UTC


README

Run Locally

  • Requires Wordpress >= 5.6.0 (tested up to 5.6.0)
  • Requires PHP >= 7.0.0
  • Requires Docker to be running

Clone the project

  git clone https://github.com/greenpeace/tweet-generator.git

Go to the project directory

  cd tweet-generator

Install dependencies

  npm install

Install wordpress environment

npm install -g @wordpress/env

In one terminal run:

  npm run build && npm run start

In another terminal run:

  wp-env start