A WordPress plugin that creates a api that may be used to manage events.
- PHP
- WordPress
To get a local copy up and running follow these simple steps.
- Docker
- VS Code
- Install VS Code.
- Install the extension Remote Development.
- Clone this repo.
- Open the folder in VS Code.
- Open the command palette (cmd + shift + p).
- Type
Remote-Containers: Reopen in Container
and select this alternative. - Wait for the container to build.
- Run composer install in the VS Code integrated terminal.
- Run the provided VS Code Task
install acf pro
. This will download and install ACF Pro, which is required for this WordPress plugin to work.
Run composer test
in the terminal.
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License.