Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
154 changes: 154 additions & 0 deletions MicroCosmos/ROOT/dist/assets/index-C-GGDTdk.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions MicroCosmos/ROOT/dist/assets/index-CX07LDeH.css

Large diffs are not rendered by default.

Binary file added MicroCosmos/ROOT/dist/galaxy-bg.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
72 changes: 72 additions & 0 deletions MicroCosmos/ROOT/dist/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Cosmic Explorer</title>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap"
rel="stylesheet"
/>
<!-- Fallback if Tailwind/PostCSS is not applied (avoids blank white screen) -->
<style>
html,
body,
#root {
min-height: 100%;
margin: 0;
}
body {
background-color: #020617;
color: #f1f5f9;
}
</style>
<script type="module" crossorigin src="/assets/index-C-GGDTdk.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-CX07LDeH.css">
</head>
<body>
<div id="root">
<!-- Replaced immediately when Vite + React load. If this stays visible, JS did not run. -->
<div
id="static-boot-hint"
style="
max-width: 36rem;
margin: 0 auto;
padding: 2rem 1.5rem;
font-family: Inter, system-ui, sans-serif;
line-height: 1.6;
"
>
<h1 style="font-size: 1.25rem; margin: 0 0 1rem; color: #67e8f9">
Cosmic Explorer — use Vite, not Live Server
</h1>
<p style="margin: 0 0 1rem; color: #94a3b8; font-size: 0.95rem">
This app is <strong>React + TypeScript</strong>. The browser cannot run
<code style="color: #e2e8f0">.tsx</code> files directly. Live Server only
serves static files, so you will see this colored screen with no UI.
</p>
<ol style="margin: 0 0 1rem; padding-left: 1.25rem; color: #cbd5e1; font-size: 0.9rem">
<li style="margin-bottom: 0.5rem">
In a terminal, go to the folder that contains
<code style="color: #e2e8f0">package.json</code> and
<code style="color: #e2e8f0">vite.config.ts</code>
(e.g. <code style="color: #e2e8f0">MicroCosmos/ROOT</code>).
</li>
<li style="margin-bottom: 0.5rem">Run <code style="color: #a5f3fc">npm run dev</code>.</li>
<li>
Open <strong style="color: #f1f5f9">http://localhost:5173</strong> in
<strong>Chrome or Edge in a normal tab</strong> (copy the URL from the terminal).
</li>
</ol>
<p style="margin: 0; font-size: 0.85rem; color: #64748b">
If you see “Unsafe attempt to load URL … from frame with URL
chrome-error://…”, do not use the embedded preview: use
<strong>Open in Browser</strong> or paste the localhost URL in a full browser window.
</p>
</div>
</div>
</body>
</html>
Expand Down
4 changes: 4 additions & 0 deletions MicroCosmos/ROOT/dist/vite.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
71 changes: 71 additions & 0 deletions MicroCosmos/ROOT/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Cosmic Explorer</title>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap"
rel="stylesheet"
/>
<!-- Fallback if Tailwind/PostCSS is not applied (avoids blank white screen) -->
<style>
html,
body,
#root {
min-height: 100%;
margin: 0;
}
body {
background-color: #020617;
color: #f1f5f9;
}
</style>
</head>
<body>
<div id="root">
<!-- Replaced immediately when Vite + React load. If this stays visible, JS did not run. -->
<div
id="static-boot-hint"
style="
max-width: 36rem;
margin: 0 auto;
padding: 2rem 1.5rem;
font-family: Inter, system-ui, sans-serif;
line-height: 1.6;
"
>
<h1 style="font-size: 1.25rem; margin: 0 0 1rem; color: #67e8f9">
Cosmic Explorer — use Vite, not Live Server
</h1>
<p style="margin: 0 0 1rem; color: #94a3b8; font-size: 0.95rem">
This app is <strong>React + TypeScript</strong>. The browser cannot run
<code style="color: #e2e8f0">.tsx</code> files directly. Live Server only
serves static files, so you will see this colored screen with no UI.
</p>
<ol style="margin: 0 0 1rem; padding-left: 1.25rem; color: #cbd5e1; font-size: 0.9rem">
<li style="margin-bottom: 0.5rem">
In a terminal, go to the folder that contains
<code style="color: #e2e8f0">package.json</code> and
<code style="color: #e2e8f0">vite.config.ts</code>
(e.g. <code style="color: #e2e8f0">MicroCosmos/ROOT</code>).
</li>
<li style="margin-bottom: 0.5rem">Run <code style="color: #a5f3fc">npm run dev</code>.</li>
<li>
Open <strong style="color: #f1f5f9">http://localhost:5173</strong> in
<strong>Chrome or Edge in a normal tab</strong> (copy the URL from the terminal).
</li>
</ol>
<p style="margin: 0; font-size: 0.85rem; color: #64748b">
If you see “Unsafe attempt to load URL … from frame with URL
chrome-error://…”, do not use the embedded preview: use
<strong>Open in Browser</strong> or paste the localhost URL in a full browser window.
</p>
</div>
</div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>
16 changes: 16 additions & 0 deletions MicroCosmos/ROOT/node_modules/.bin/autoprefixer

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 17 additions & 0 deletions MicroCosmos/ROOT/node_modules/.bin/autoprefixer.cmd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 28 additions & 0 deletions MicroCosmos/ROOT/node_modules/.bin/autoprefixer.ps1

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 16 additions & 0 deletions MicroCosmos/ROOT/node_modules/.bin/baseline-browser-mapping

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 17 additions & 0 deletions MicroCosmos/ROOT/node_modules/.bin/baseline-browser-mapping.cmd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 28 additions & 0 deletions MicroCosmos/ROOT/node_modules/.bin/baseline-browser-mapping.ps1

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 16 additions & 0 deletions MicroCosmos/ROOT/node_modules/.bin/browserslist

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 17 additions & 0 deletions MicroCosmos/ROOT/node_modules/.bin/browserslist.cmd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 28 additions & 0 deletions MicroCosmos/ROOT/node_modules/.bin/browserslist.ps1

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 16 additions & 0 deletions MicroCosmos/ROOT/node_modules/.bin/cssesc

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 17 additions & 0 deletions MicroCosmos/ROOT/node_modules/.bin/cssesc.cmd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading