1,002 B
1,002 B
Mesh:Tool Development Server
This is the development server setup for Mesh:Tool, a browser-based 3D mesh editor.
Running the Development Server
- Make sure you have Node.js installed
- Install serve globally (optional):
npm install -g serve - Run the development server:
npx serve -l 5432 - Open your browser to http://localhost:5432/mesh
Development Notes
- The server is configured to handle symlinks and path mappings through
serve.json - CORS headers are set to allow WebAssembly modules to load properly
- Static assets are served from the
libdirectory - Source code is served from the
src2directory - Fonts are served from
/fontand/fon2directories
Troubleshooting
If you encounter CORS or WebAssembly loading issues:
- Make sure you're using a modern browser that supports SharedArrayBuffer
- Check that the CORS headers are being applied correctly
- Verify that all paths in index.html are correct for your setup