Payment gateway plugin that enables you to accept credit and debit card payments in Georgian Lari (GEL) on your WooCommerce store.
Install dependencies:
npm install
composer installYou can use Docker to run a fully isolated development environment.
-
Make sure Docker is installed (Docker Desktop is recommended).
-
From the project root, start the containers:
npm run up
-
Access the site at:
http://localhost:8080.
To stop the containers:
npm run down