/likecoin-wordpress

The wordpress plugin to integrate LikeCoin protocol.

Primary LanguagePHPGNU General Public License v3.0GPL-3.0

LikeCoin WordPress Plugin

WordPress plugin downloads WordPress plugin rating WordPress plugin version WordPress version tested CircleCI Greenkeeper badge

Integrates Liker ID functionality into your own WordPress site.

Development Setup

The suggested way of development environment is docker based. This guide will assume you have Docker Community Edition 18+ installed. Please download at https://store.docker.com and follow the installation instruction.

# Build the docker images, run it for the first time or you have dependency
# updates
docker-compose build

Test

# TODO: switch to a docker-based test command
./vendor/bin/phpcs likecoin --standard=WordPress --extensions=php
npm run test