docs: generally improve docs and add maker page (#242)

* improve introduction and installation docs

* add some maker documentation

* improve maker docs

* Add network section, explain multiaddr, move docker commands into table

* Finally fix src-gui/.gitignore

* Fix .env.development

* Refine cancel, refund, punish explanation

* Add to changelog

* Make donation addresses copyable

* Apply suggestions
This commit is contained in:
Einliterflasche 2025-01-21 16:05:05 +01:00 committed by GitHub
parent 29da23ea60
commit 9e27c6548b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 408 additions and 29 deletions

View file

@ -7,7 +7,7 @@
"frontendDist": "../src-gui/dist",
"beforeBuildCommand": {
"cwd": "../src-gui",
"script": "yarn run build"
"script": "yarn install && yarn run build"
}
},
"app": {