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.
- Host: GitHub
- URL: https://github.com/kellymears/statistics
- Owner: kellymears
- Created: 2020-04-19T00:14:29.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-27T07:54:19.000Z (about 6 years ago)
- Last Synced: 2024-12-07T23:12:07.916Z (over 1 year ago)
- Topics: gutenberg, wordpress, wordpress-plugin
- Language: JavaScript
- Homepage:
- Size: 495 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)