Started styling the app and have got editing posts working.
This commit is contained in:
parent
7ef6725bdb
commit
bf5d6cbe52
20 changed files with 511 additions and 41 deletions
13
Makefile
Normal file
13
Makefile
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
.Phony: clean
|
||||
clean:
|
||||
-docker-compose down -v
|
||||
-rm -r build
|
||||
|
||||
.Phony: prep
|
||||
prep:
|
||||
-docker-compose up -d
|
||||
mkdir -p build
|
||||
|
||||
.Phony: compile
|
||||
compile: prep
|
||||
go build -o ./build/hugo-crm
|
||||
Loading…
Add table
Add a link
Reference in a new issue