Updating GitHub page

This commit is contained in:
Chris Troutner
2022-09-03 12:35:04 -07:00
parent 17a50a7f22
commit 4f10574f2c
11 changed files with 82 additions and 0 deletions
+7
View File
@@ -2,3 +2,10 @@
# Bash shell script to publish the app to GitHub pages. # Bash shell script to publish the app to GitHub pages.
pwd pwd
git checkout gh-pages
git merge master
npm run build
cp -r build docs
git add -A
git commit -m "Updating GitHub page"
git push
+14
View File
@@ -0,0 +1,14 @@
{
"files": {
"main.css": "/static/css/main.505581f3.css",
"main.js": "/static/js/main.2f5ca9c0.js",
"static/media/psf-logo.png": "/static/media/psf-logo.3485139af901ffeaf77f.png",
"index.html": "/index.html",
"main.505581f3.css.map": "/static/css/main.505581f3.css.map",
"main.2f5ca9c0.js.map": "/static/js/main.2f5ca9c0.js.map"
},
"entrypoints": [
"static/css/main.505581f3.css",
"static/js/main.2f5ca9c0.js"
]
}
+1
View File
@@ -0,0 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"/><meta name="viewport" content="width=device-width,initial-scale=1"/><title>BCH Web3 Template</title><script defer="defer" src="/static/js/main.2f5ca9c0.js"></script><link href="/static/css/main.505581f3.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
File diff suppressed because one or more lines are too long
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+47
View File
@@ -0,0 +1,47 @@
/*!
Copyright (c) 2018 Jed Watson.
Licensed under the MIT License (MIT), see
http://jedwatson.github.io/classnames
*/
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
/**
* @license React
* react-dom.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
/**
* @license React
* react-jsx-runtime.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
/**
* @license React
* react.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
/**
* @license React
* scheduler.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
File diff suppressed because one or more lines are too long
Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB