An open API service indexing awesome lists of open source software.

https://github.com/kellymears/statistics

WordPress block for presenting facts & figures.
https://github.com/kellymears/statistics

gutenberg wordpress wordpress-plugin

Last synced: 8 months ago
JSON representation

WordPress block for presenting facts & figures.

Awesome Lists containing this project

README

          

# tiny-pixel/statistics

This project was bootstrapped with [🌱 Bud](https://github.com/roots/bud).

## Requirements

- PHP >= 7.1

## Installation

You can install this plugin via Composer on a [Bedrock install](https://roots.io/bedrock/), or the WordPress admin panel.

### via Composer

```sh
composer require tiny-pixel/statistics
```

### via WordPress Admin Panel

1. Download the latest version of this block
2. In your WordPress admin panel, navigate to Plugins -> Add New
3. Click Upload Plugin
4. Upload the zip file that you downloaded

## Development

From the project dir, try running:

### `yarn dev`

Runs the app in the development mode.

Open [http://localhost:3000](http://localhost:3000) to view it in the browser.

### `yarn build`

Transpiles and minifies the block source files to the `dist` directory.

Your block is ready to be installed and/or distributed!

## Learn more

- [🌱 Bud](https://github.com/roots/bud)
- [React documentation](https://reactjs.org/)
- [Gutenberg docmentation](https://github.com/WordPress/gutenberg/tree/master/docs)