Skip to content

Commit 3ad30db

Browse files
committed
Moved demo app to an Astro app.
1 parent b5ccf49 commit 3ad30db

File tree

94 files changed

+4324
-314
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

94 files changed

+4324
-314
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Upload artifact
4949
uses: actions/upload-pages-artifact@v3
5050
with:
51-
path: ./apps/phoure-demo/dist
51+
path: ./apps/phoure-www/dist
5252

5353
deploy:
5454
needs: build

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<div align="center">
22

3-
![phoure (light mode)](/apps/phoure-demo/public/phoure-logo-light.svg#gh-light-mode-only)
4-
![phoure (dark mode)](/apps/phoure-demo/public/phoure-logo-dark.svg#gh-dark-mode-only)
3+
![phoure (light mode)](/media/phoure-logo-light.svg#gh-light-mode-only)
4+
![phoure (dark mode)](/media/phoure-logo-dark.svg#gh-dark-mode-only)
55

66
Ethical AI upscaling for games. _(formerly "mender")_
77

@@ -10,7 +10,7 @@ Ethical AI upscaling for games. _(formerly "mender")_
1010
<div align="center">
1111
<div style="max-width: 640px">
1212

13-
![hello](/apps/phoure-demo/public/phoure-app.png)
13+
![hello](/media/phoure-app.png)
1414

1515
</div>
1616
</div>

apps/phoure-demo/postcss.config.mjs

Lines changed: 0 additions & 6 deletions
This file was deleted.

apps/phoure-demo/public/github-icon.svg

Lines changed: 0 additions & 5 deletions
This file was deleted.

apps/phoure-demo/src/components/MenderLogo.tsx

Whitespace-only changes.

apps/phoure-demo/src/main.tsx

Lines changed: 0 additions & 13 deletions
This file was deleted.

apps/phoure-demo/src/vite-env.d.ts

Lines changed: 0 additions & 1 deletion
This file was deleted.

apps/phoure-demo/tsconfig.json

Lines changed: 0 additions & 30 deletions
This file was deleted.

apps/phoure-demo/vite.config.mts

Lines changed: 0 additions & 19 deletions
This file was deleted.

apps/phoure-www/.gitignore

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# build output
2+
dist/
3+
# generated types
4+
.astro/
5+
6+
# dependencies
7+
node_modules/
8+
9+
# logs
10+
npm-debug.log*
11+
yarn-debug.log*
12+
yarn-error.log*
13+
pnpm-debug.log*
14+
15+
16+
# environment variables
17+
.env
18+
.env.production
19+
20+
# macOS-specific files
21+
.DS_Store

0 commit comments

Comments
 (0)