STL Viewer is a simple application for visualizing STL (stereolithography) files, commonly used for 3D modeling and printing.
- Load and display STL files.
- Rotate, zoom, and pan the 3D model.
- Lightweight and easy to use.
Follow the instructions below to clone, install dependencies and deploy the project.
git clone https://github.com/eipporko/stlviewer.git
cd stlviewerUse your package manager of choice (e.g., npm or yarn) to install the required dependencies:
npm installLaunch the application in development mode with hot module replacement (HMR) enabled:
npm run devThe application will automatically reload when you make changes to the code. Access it at http://localhost:5173 (default Vite development server port).
To create a production-ready build:
npm run buildThe build files will be located in the dist directory.
This project is licensed under the MIT License.