🚀 MIFF Installation Guide
Get MIFF up and running in minutes
Prerequisites
Required Software
- Node.js (v18 or higher)
- Git (for version control)
- Modern Browser (Chrome, Firefox, Safari, Edge)
Installation Steps
1. Clone the Repository
git clone https://github.com/rcbiscuitsbelfast-prog/MIFF-Make-It-For-Free.git
cd MIFF-Make-It-For-Free
2. Install Dependencies
npm install
3. Start Development Server
npm run dev
4. Open in Browser
Navigate to http://localhost:3000
to see MIFF in action.
Quick Start
Once installed, you can:
- Explore the MIFF Sampler for interactive demos
- Use the MIFF Studio for scene building
- Check out the API Reference for development
Troubleshooting
Common Issues
- Node.js version: Ensure you're using Node.js v18 or higher
- Dependencies: Try deleting
node_modules
and runningnpm install
again - Port conflicts: If port 3000 is busy, the server will automatically use the next available port