Skip to content

Commit

Permalink
puppeteer server
Browse files Browse the repository at this point in the history
  • Loading branch information
blockparty-sh committed Apr 18, 2020
1 parent 99336ca commit 3b60354
Show file tree
Hide file tree
Showing 8 changed files with 425 additions and 322 deletions.
1 change: 1 addition & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
port=8000
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
archive
node_modules
tmp
.env
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
CURL := curl --create-dirs
LINTER := npx eslint
RM := rm -rf
UNZIP := unzip

LANGS := $(wildcard lang/*.json)
VIEWS := $(wildcard views/*.ejs)
Expand Down
Loading

0 comments on commit 3b60354

Please sign in to comment.