Follow the steps
- Configure WPCS to write code that complies with the WordPress Coding Standard.
- Clone the repository
git clone https://github.com/Themefic-Team/hydra-booking.git
- Checkout to
dev
brunchgit checkout dev
- Make your own brunch
git checkout -b your_brunch_name
- Go to vscode extension tab and install recommended extension.
- Run
composer install
for install PHP dependency. - Run
npm install
for install js dependency. - Run
npm run dev
for start development. - Run
npm run build
for production. - When done editing commit all your changes and push to your branch after marging with letest
master
and open a pull request to the branchstaging
.
- PHP – 7.4 (or later)
- Database – MariaDB – 10.1 or later / MySQL – 5.7 or later
- WordPress 5.5 or higher
- Browser – Chrome, Firefox, Safari
- Internet Explorer is not supported
- Server Modules – mod_rewrite, cURL, fsockopen