Skip to content

Commit

Permalink
firebase hosting init
Browse files Browse the repository at this point in the history
  • Loading branch information
Deepee019 committed May 14, 2024
1 parent 07ffdfa commit 49bd6d7
Show file tree
Hide file tree
Showing 8 changed files with 113 additions and 218 deletions.
6 changes: 3 additions & 3 deletions build/asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"files": {
"main.css": "/static/css/main.d8cbc6a4.css",
"main.js": "/static/js/main.78c85aea.js",
"main.js": "/static/js/main.0c454db9.js",
"static/js/453.4ebfd11d.chunk.js": "/static/js/453.4ebfd11d.chunk.js",
"static/media/Step 1 - Coordinates only.png": "/static/media/Step 1 - Coordinates only.046733c0988b82df7fb5.png",
"static/media/Step 1 - Coordinates and Altitude.png": "/static/media/Step 1 - Coordinates and Altitude.fe1aa07f594ec764c14a.png",
"index.html": "/index.html",
"main.d8cbc6a4.css.map": "/static/css/main.d8cbc6a4.css.map",
"main.78c85aea.js.map": "/static/js/main.78c85aea.js.map",
"main.0c454db9.js.map": "/static/js/main.0c454db9.js.map",
"453.4ebfd11d.chunk.js.map": "/static/js/453.4ebfd11d.chunk.js.map"
},
"entrypoints": [
"static/css/main.d8cbc6a4.css",
"static/js/main.78c85aea.js"
"static/js/main.0c454db9.js"
]
}
2 changes: 1 addition & 1 deletion build/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/logo.png"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="GNSS Metrics is a comprehensive repository designed for evaluating the accuracy and precision of GNSS (Global Navigation Satellite System) receivers"/><link rel="apple-touch-icon" href="/logo.png"/><link rel="manifest" href="/manifest.json"/><link rel="preload" href="https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu4mxKKTU1Kg.woff2" as="font" crossorigin="anonymous"/><title>GNSS Metrics</title><script defer="defer" src="/static/js/main.78c85aea.js"></script><link href="/static/css/main.d8cbc6a4.css" rel="stylesheet"></head><body><div id="root"></div></body></html>
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/logo.png"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="GNSS Metrics is a comprehensive repository designed for evaluating the accuracy and precision of GNSS (Global Navigation Satellite System) receivers"/><link rel="apple-touch-icon" href="/logo.png"/><link rel="manifest" href="/manifest.json"/><link rel="preload" href="https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu4mxKKTU1Kg.woff2" as="font" crossorigin="anonymous"/><title>GNSS Metrics</title><script defer="defer" src="/static/js/main.0c454db9.js"></script><link href="/static/css/main.d8cbc6a4.css" rel="stylesheet"></head><body><div id="root"></div></body></html>
3 changes: 3 additions & 0 deletions build/static/js/main.0c454db9.js

Large diffs are not rendered by default.

95 changes: 95 additions & 0 deletions build/static/js/main.0c454db9.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,95 @@
/* @license
Papa Parse
v5.4.1
https://github.com/mholt/PapaParse
License: MIT
*/

/*!
* @kurkle/color v0.3.2
* https://github.com/kurkle/color#readme
* (c) 2023 Jukka Kurkela
* Released under the MIT License
*/

/*!
* Chart.js v4.4.2
* https://www.chartjs.org
* (c) 2024 Chart.js Contributors
* Released under the MIT License
*/

/*! sheetjs (C) 2013-present SheetJS -- http://sheetjs.com */

/**
* @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.
*/

/**
* @remix-run/router v1.16.0
*
* Copyright (c) Remix Software Inc.
*
* This source code is licensed under the MIT license found in the
* LICENSE.md file in the root directory of this source tree.
*
* @license MIT
*/

/**
* React Router DOM v6.23.0
*
* Copyright (c) Remix Software Inc.
*
* This source code is licensed under the MIT license found in the
* LICENSE.md file in the root directory of this source tree.
*
* @license MIT
*/

/**
* React Router v6.23.0
*
* Copyright (c) Remix Software Inc.
*
* This source code is licensed under the MIT license found in the
* LICENSE.md file in the root directory of this source tree.
*
* @license MIT
*/

Large diffs are not rendered by default.

3 changes: 0 additions & 3 deletions build/static/js/main.78c85aea.js

This file was deleted.

197 changes: 0 additions & 197 deletions build/static/js/main.78c85aea.js.LICENSE.txt

This file was deleted.

23 changes: 10 additions & 13 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,19 @@ import Error404 from "./Dev/Contexts/Error";
import AuthPage from "./Dev/Auth/AuthPage";
import Homepage from "./Dev/Homepage";
import Livepage from "./Dev/Livepage";
import Firebase from "./Dev/Contexts/firebase";

function App() {
return (
<Firebase>
<ErrorBoundary fallback={Error404}>
<Routes>
<Route path="/">
<Route index element={<Homepage />} />
<Route path="live" element={<Livepage />} />
<Route path="userauth" element={<AuthPage />} />
<Route path="*" element={<Error404 />} />
</Route>
</Routes>
</ErrorBoundary>
</Firebase>
<ErrorBoundary fallback={Error404}>
<Routes>
<Route path="/">
<Route index element={<Homepage />} />
<Route path="live" element={<Livepage />} />
<Route path="userauth" element={<AuthPage />} />
<Route path="*" element={<Error404 />} />
</Route>
</Routes>
</ErrorBoundary>
);
}

Expand Down

0 comments on commit 49bd6d7

Please sign in to comment.