Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qualityunit/liveagent-theme
LiveAgent's WordPress Theme
https://github.com/qualityunit/liveagent-theme
php wordpress wordpress-boilerplate wordpress-theme
Last synced: 1 day ago
JSON representation
LiveAgent's WordPress Theme
- Host: GitHub
- URL: https://github.com/qualityunit/liveagent-theme
- Owner: QualityUnit
- License: gpl-2.0
- Created: 2022-03-31T20:36:38.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-12T07:34:52.000Z (7 months ago)
- Last Synced: 2024-04-13T02:12:48.627Z (7 months ago)
- Topics: php, wordpress, wordpress-boilerplate, wordpress-theme
- Language: SCSS
- Homepage:
- Size: 88.1 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# LiveAgent - WordPress Theme
This is a project of LiveAgent's WordPress Theme. The repository is public but is updated only on the requirements of our team. You can use it as a boilerplate for your project.
## Getting Started
You can install it and run it locally.
1. Make sure you have [`git`](https://git-scm.com/), [`node`](https://nodejs.org/), [`yarn`](https://classic.yarnpkg.com/en/docs/install), [`php`](https://www.php.net) and [`composer`](https://getcomposer.org) installed. Also, you need a local server with [`wordpress`](https://wordpress.org) installed.
2. Clone this repository locally.
3. Execute `yarn`, `composer install` and then `yarn dev` from the repository's root directory.
4. Open [`localhost:3000`](http://localhost:3000/) in your browser.### Minimum requirements
- PHP 8.0 _(PHP 8.1 isn't supported)_
- Node 20.x or newer## Contributing
If the project sparks your interest, don’t hesitate to send a suggestion, file a bug, or just ask a question. We promise we’ll be nice. Just don’t forget to check out our [CONTRIBUTING](./CONTRIBUTING.md) doc – it includes a few technical details that will make the process a lot smoother.
You can contribute in many ways. You can help reporting, testing, and detailing bugs, and also test new features.
To clarify these expectations, the project has adopted the code of conduct defined by the Contributor Covenant. It can be read in full [here](./CODE-OF-CONDUCT.md).
## Security
Need to report a security vulnerability? Check our security policy which can be read in full [here](./SECURITY.md).
## Browser Support
We support the latest two versions of all major browsers, except IE.
## License
LiveAgent's WordPress Theme is licensed under [GNU General Public License v2](./LICENSE.md).