set up frontend (vite+three.js) and 3d code

This commit is contained in:
Evan Scamehorn
2025-11-25 23:51:37 -06:00
parent 30d3aa69c7
commit b02fe71d06
5 changed files with 1130 additions and 0 deletions

17
package.json Normal file
View File

@@ -0,0 +1,17 @@
{
"name": "gp",
"version": "1.0.0",
"description": "Map Madison interactively in 3D, and simulate building transit lines.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"three": "^0.181.2",
"vite": "^7.2.4"
}
}