update readme and add about page

This commit is contained in:
Elisha Nuchi
2019-07-16 23:34:49 -04:00
parent f62cb5fee9
commit a2e2a13a63
5 changed files with 250 additions and 14 deletions
+2
View File
@@ -4,6 +4,8 @@
"description": "Starter project for using React with Google Apps Script",
"scripts": {
"test": "test",
"login": "clasp login",
"setup": "clasp create --type sheets --title 'My React Project' --rootDir ./dist",
"start": "webpack --mode development",
"build": "webpack --mode production",
"deploy": "npm run build && npx clasp push"