From 4ba3a219b5b60eaaae7fb566462a5613e5cde2a9 Mon Sep 17 00:00:00 2001 From: Dmitry Shurco Date: Fri, 12 Jan 2024 12:26:20 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=83=20docs:=20added=20new=20developers?= =?UTF-8?q?=20script=20and=20todo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 106d09e..f0fded8 100644 --- a/README.md +++ b/README.md @@ -274,6 +274,7 @@ There are a number of scripts (in the ./scripts folder) that simplify developmen `./scripts/sqlite` - Optimizes the existing database. `./scripts/tools` - Sets up the necessary environment for development (if needed). `./scripts/webscripts` - For the basic site, updates vue3 to the latest version. +`./scripts/clear` - Removing hung golang or vite processes. > [!NOTE] > I recommend running the `./scripts/migration dev up` command. It will add test data to the database, which makes it easier to work with. For example, it will create products, transfer test images and create a test user for access to the admin panel: @@ -302,6 +303,7 @@ If you actively change styles, you can run the command `cd ./web/site && yarn ru - [ ] Payment Square - [ ] Payment Adyen - [ ] Payment Checkout +- [ ] Payment via Webhook - [x] Support for payment using crypto - [x] Support WebHook (@nicksnyder in #61)