feat: improve readme & help text, add gh pages

This commit is contained in:
Joshua Seigler 2021-11-29 20:32:53 -05:00
parent 7787cddc20
commit 38d372a603
4 changed files with 133 additions and 27 deletions

View file

@ -10,7 +10,8 @@
"build": "parcel build index.html --no-scope-hoist --public-url ./",
"serve": "parcel serve index.html --open -p 8888",
"start": "npm run serve",
"test": "npm run build && playwright test tests --browser=firefox --retries=3"
"test": "npm run build && playwright test tests --browser=firefox --retries=3",
"deploy": "git-directory-deploy --directory dist/"
},
"browserslist": "last 1 Chrome version",
"dependencies": {
@ -21,6 +22,7 @@
"devDependencies": {
"@babel/core": "^7.14.8",
"@playwright/test": "^1.12.3",
"git-directory-deploy": "^1.5.1",
"parcel": "latest",
"playwright": "^1.12.3",
"rimraf": "^3.0.2",