diff --git a/README.md b/README.md index db5edfe..a3a105d 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,25 @@ A powerful 3D model file manager for makers and 3D printing enthusiasts. Organiz *Browse, organize, and view your 3D models in an intuitive interface* +## ⚡ Quick Start + +```bash +# Clone the repository +git clone https://github.com/dlawler489/makerstash.git +cd makerstash + +# Install dependencies +npm install + +# Setup environment +cp .env.example .env + +# Run the application +npm start +``` + +Visit **http://localhost:3000** and register a new account! + ## Features - **Interactive 3D Viewer** - View and rotate STL, OBJ, and 3MF models directly in the browser with Three.js