There was an error while loading. Please reload this page.
1 parent 0caf742 commit 9a08c4eCopy full SHA for 9a08c4e
1 file changed
Makefile
@@ -1,13 +1,15 @@
1
-.PHONY: server backend frontend install-frontend install-requirements migration clean reset-db test
+.PHONY: server backend frontend install install-frontend install-requirements migration clean reset-db test
2
3
server: backend
4
backend:
5
- @docker-compose up -d
+ @docker compose up -d
6
@python manage.py runserver
7
8
frontend:
9
@cd frontend && npm run build-dev && npm run start
10
11
+install: install-frontend install-requirements
12
+
13
install-frontend:
14
@cd frontend && npm install
15
@cd frontend/landing && npm install
0 commit comments