Initial commit

This commit is contained in:
juyoungk09 2025-07-25 06:56:27 +09:00
commit 6c6a88931c
21 changed files with 716 additions and 0 deletions

9
public/manifest.json Normal file
View file

@ -0,0 +1,9 @@
{
"$schema": "https://json.schemastore.org/web-manifest-combined.json",
"name": "qwik-project-name",
"short_name": "Welcome to Qwik",
"start_url": ".",
"display": "standalone",
"background_color": "#fff",
"description": "A Qwik project app."
}