Add Quick Start section to README

This commit is contained in:
David L 2026-01-14 13:39:29 +10:00
parent d9c91f42be
commit 2177e79566

View file

@ -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