Skip to content

Commit 9aad003

Browse files
RMRM
authored andcommitted
Merge main into rm
2 parents 0df40f2 + 3bd0959 commit 9aad003

71 files changed

Lines changed: 6007 additions & 201 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<!doctype html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7+
<title>devs-sesa-beginner-hackathon-2026</title>
8+
</head>
9+
<body>
10+
<div id="root" style="height:100%"></div>
11+
<script type="module" src="/src/main.tsx"></script>
12+
</body>
13+
</html>
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"name": "devs-sesa-beginner-hackathon-2026",
3+
"private": true,
4+
"version": "0.0.0",
5+
"type": "module",
6+
"scripts": {
7+
"dev": "vite",
8+
"build": "tsc -b && vite build",
9+
"lint": "eslint .",
10+
"preview": "vite preview"
11+
},
12+
"dependencies": {
13+
"react": "^19.2.4",
14+
"react-dom": "^19.2.4",
15+
"react-router": "^7.14.1"
16+
},
17+
"devDependencies": {
18+
"@eslint/js": "^9.39.4",
19+
"@types/node": "^24.12.2",
20+
"@types/react": "^19.2.14",
21+
"@types/react-dom": "^19.2.3",
22+
"@vitejs/plugin-react": "^6.0.1",
23+
"eslint": "^9.39.4",
24+
"eslint-plugin-react-hooks": "^7.0.1",
25+
"eslint-plugin-react-refresh": "^0.5.2",
26+
"globals": "^17.4.0",
27+
"typescript": "~6.0.2",
28+
"typescript-eslint": "^8.58.0",
29+
"vite": "^8.0.4"
30+
}
31+
}
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"compilerOptions": {
3+
"allowJs": true,
4+
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo",
5+
"target": "es2023",
6+
"lib": ["ES2023", "DOM", "DOM.Iterable"],
7+
"module": "esnext",
8+
"types": ["vite/client"],
9+
"skipLibCheck": true,
10+
11+
/* Bundler mode */
12+
"moduleResolution": "bundler",
13+
"allowImportingTsExtensions": true,
14+
"verbatimModuleSyntax": true,
15+
"moduleDetection": "force",
16+
"noEmit": true,
17+
"jsx": "react-jsx",
18+
19+
/* Linting */
20+
"noUnusedLocals": true,
21+
"noUnusedParameters": true,
22+
"erasableSyntaxOnly": true,
23+
"noFallthroughCasesInSwitch": true
24+
},
25+
"include": ["src", "tailwind.config.js"]
26+
}

index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@
77
<title>devs-sesa-beginner-hackathon-2026</title>
88
</head>
99
<body>
10-
<div id="root"></div>
10+
<script src="https://cdn.jsdelivr.net/pyodide/v0.27.0/full/pyodide.js"></script>
11+
<div id="root" style="height:100%"></div>
1112
<script type="module" src="/src/main.tsx"></script>
13+
<script src="https://cdn.jsdelivr.net/pyodide/v0.27.2/full/pyodide.js"></script>
1214
</body>
1315
</html>

package-lock.json

Lines changed: 89 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@
1616
"react": "^19.2.4",
1717
"react-dom": "^19.2.4",
1818
"react-router": "^7.14.1",
19-
"tailwindcss": "^4.2.2"
19+
"three": "^0.184.0",
20+
"tree-sitter-python": "^0.25.0",
21+
"web-tree-sitter": "^0.26.8"
2022
},
2123
"devDependencies": {
2224
"@eslint/js": "^9.39.4",

public/glorpcat.png

68.9 KB
Loading

public/glorpcat1.png

62.3 KB
Loading

public/glorpcat2.png

67.4 KB
Loading

public/textures/glorptest.png

52.8 KB
Loading

0 commit comments

Comments
 (0)