Skip to content

Commit

Permalink
📃 docs: added new developers script and todo
Browse files Browse the repository at this point in the history
  • Loading branch information
shurco committed Jan 12, 2024
1 parent af9071d commit 4ba3a21
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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] <a href="#spectrocoin">Support for payment using crypto</a>
- [x] Support WebHook (<a href="https://github.com/msalbrain" target="_blank">@nicksnyder</a> in <a href="https://github.com/shurco/litecart/pull/61" target="_blank">#61</a>)

Expand Down

0 comments on commit 4ba3a21

Please sign in to comment.