This repository serves as a template for developing applications for Hyperfy.
To get started, install the necessary dependencies:
npm install --save-dev rollupRun the following command to bundle your Hyperfy app:
npx rollup -cproject-root/
├── src/
│ ├── main.js # Main entry file for the Hyperfy app
│ ├── proxyTypes.js # Additional proxy types definitions
├── dist/ # Compiled output files
This repository is provided under the MIT License. Feel free to use and modify it for your projects.