Skip to content

Commit

Permalink
feat: added a make file for task orchestration
Browse files Browse the repository at this point in the history
  • Loading branch information
r2g committed Jun 30, 2022
1 parent 6753e06 commit 9e55e41
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
bootstrap: setup-npm-deps start

setup-npm-deps:
cd ./api && yarn
cd ./frontend && yarn
start:
nf start

0 comments on commit 9e55e41

Please sign in to comment.