feat: implement WYSIWYG markdown editor with Go backend and React frontend
This commit is contained in:
19
frontend/Makefile
Normal file
19
frontend/Makefile
Normal file
@@ -0,0 +1,19 @@
|
||||
.PHONY: test
|
||||
|
||||
test:
|
||||
npm test
|
||||
|
||||
.PHONY: build
|
||||
|
||||
build:
|
||||
npm run build
|
||||
|
||||
.PHONY: start
|
||||
|
||||
start:
|
||||
npm start
|
||||
|
||||
.PHONY: clean
|
||||
|
||||
clean:
|
||||
npm run clean
|
||||
Reference in New Issue
Block a user