Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spacedmonkey/wp-react-theme
A WordPress theme based on the _s by Automattic, but uses react and REST API to render content.
https://github.com/spacedmonkey/wp-react-theme
Last synced: 3 months ago
JSON representation
A WordPress theme based on the _s by Automattic, but uses react and REST API to render content.
- Host: GitHub
- URL: https://github.com/spacedmonkey/wp-react-theme
- Owner: spacedmonkey
- License: gpl-2.0
- Created: 2021-01-06T00:26:07.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-15T19:07:07.000Z (over 3 years ago)
- Last Synced: 2024-10-10T02:41:35.370Z (3 months ago)
- Language: JavaScript
- Size: 1.03 MB
- Stars: 5
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
WP React theme
===A WordPress theme based on the _s by Automattic, but uses react and REST API to render content.
Installation
===### Requirements
- [Node.js](https://nodejs.org)
- [Composer](https://getcomposer.org)### Installing locally
- git clone [email protected]:spacedmonkey/wp-react-theme.git
- cd wp-react-theme
- npm i
- npm run build## License
The WP React Theme is licensed under the GPL v2 or later.
> This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2, as
published by the Free Software Foundation.> This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.> You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA## Contributions
Anyone is welcome to contribute to WP React Theme.
Please make sure that all contribution pass lints, but running the following before submitting code.
- npm run lint:php
- npm run lint:css
- npm run lint:jsThere are various ways you can contribute:
* Raise an issue on GitHub.
* Send us a Pull Request with your bug fixes and/or new features.
* Provide feedback and suggestions on enhancements.It is worth noting that, this project has travis enabled and runs automated tests, including code sniffing and unit tests. Any pull request will be rejects, unless these tests pass. This is to ensure that the code is of the highest quality, follows coding standards and is secure.