Skip to content

Commit

Permalink
Initial version.
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarron committed Sep 8, 2023
0 parents commit 4fa87c8
Show file tree
Hide file tree
Showing 12 changed files with 689 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/node_modules
7 changes: 7 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
.PHONY: serve
serve: node_modules
npx http-server src --cors --port 8080

.PHONY: node_modules
node_modules:
npm install
Loading

0 comments on commit 4fa87c8

Please sign in to comment.