Compare commits

..

8 Commits

Author SHA1 Message Date
e655cddca3 Implement signup with lightning 2024-07-12 10:59:57 +02:00
c3bd4ae44f Remove text-center in /about 2024-07-12 10:59:57 +02:00
a5340bc414 Rename header to nav 2024-07-12 10:59:57 +02:00
18ecd41272 Add lightning, nostr svg 2024-07-12 10:59:57 +02:00
2b4c0e9417 Add signup page 2024-07-12 10:59:57 +02:00
d7016e693b Fix error pages 2024-07-12 10:59:57 +02:00
bd8ba07174 Use hx-* attributes 2024-07-12 10:59:57 +02:00
06fbd28230 Remove old code
* removed code that will not be used
* removed code that will most likely be rewritten
2024-07-12 10:59:57 +02:00

View File

@ -1,6 +1,6 @@
.PHONY: build run test
SOURCE := $(shell find db env lib lnd public server -type f) main.go
SOURCE := $(shell find db env lib lnd pages public server -type f) main.go
build: delphi.market