Crypto Blocks
Plugin for rendering a chart of cryptocurrency prices.
by sodx <stephengalych@gmail.com> · github.com/sodx/crypto-blocks · website
★ 0stars
2release downloads
0forks
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/sodx/crypto-blocks/releases/download/v.0.0.1/crypto-blocks.zipDeclares an update source (false), so updates arrive through the plugin's own updater.
From the readme
Crypto Blocks Plugin
Getting Started
Follow these steps to get your demo environment up and running.
Prerequisites
Ensure the following tools are installed on your system:
- Composer
- NVM (Node Version Manager)
- Yarn
- Docker
- Make (This is typically pre-installed on Unix-based systems, but you may need to install it manually on Windows or some Linux distributions)
Quick Start
If you start the plugin using the make start command, the following steps will be automatically executed:
- A Docker container with WordPress will be created.
- The plugin will be copied into the WordPress instance.
- composer install and npm install will be executed to install dependencies.
- The plugin will be activated.
- A user will be added, and demo data for the plugin will be populated.
- All blocks will be visible on the homepage.
Quick Start Steps
1. Clone the repository (if you haven't already):
2. Run the setup script:
This script will install necessary dependencies and build the Docker container.
The make start command will perform the following actions:
- Install PHP dependencies using Composer.
- Load NVM, install the required Node version, and install JavaS
Read the full README on GitHub →
Releases
| Tag | Published | Asset | Downloads |
|---|---|---|---|
| v.0.0.1 | Jul 3, 2024 | crypto-blocks.zip | 2 |