greenpeace / planet4-gpca-tweet-generator
Generate tweets from a selection of drop down menus
Installs: 194
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 1
Open Issues: 0
Language:JavaScript
Type:wordpress-plugin
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