diff --git a/Dockerfile b/Dockerfile deleted file mode 100644 index 67ad7cb..0000000 --- a/Dockerfile +++ /dev/null @@ -1,17 +0,0 @@ -FROM node:lts-alpine - -RUN npm i -g pnpm - -WORKDIR /usr/local/src/app - -COPY package*.json ./ - -RUN pnpm install - -COPY . . - -RUN pnpm run build - -EXPOSE 3000 - -CMD ["pnpm", "run", "preview", "--host", "0.0.0.0", "--port", "3000"] diff --git a/public/isometric.glb b/public/isometric.glb deleted file mode 100644 index 346ec3d..0000000 Binary files a/public/isometric.glb and /dev/null differ diff --git a/public/shell-animated-logo.glb b/public/shell-animated-logo.glb deleted file mode 100644 index 1eb92ee..0000000 Binary files a/public/shell-animated-logo.glb and /dev/null differ diff --git a/public/untitled.glb b/public/untitled.glb deleted file mode 100644 index cbb120b..0000000 Binary files a/public/untitled.glb and /dev/null differ diff --git a/public/vite.svg b/public/vite.svg deleted file mode 100644 index e7b8dfb..0000000 --- a/public/vite.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/src/Isometric.tsx b/src/Isometric.tsx deleted file mode 100644 index 81b8d0c..0000000 --- a/src/Isometric.tsx +++ /dev/null @@ -1,179 +0,0 @@ -import { useGLTF, MeshDistortMaterial, Html } from "@react-three/drei"; - -function Isometric(props: JSX.IntrinsicElements["group"]) { - const { nodes, materials }: any = useGLTF("/isometric.glb"); - return ( - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -