Skip to content

Bitmato-Studio/App-Rollup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hyperfy App Template

This repository serves as a template for developing applications for Hyperfy.

Setup

To get started, install the necessary dependencies:

npm install --save-dev rollup

Building the Project

Run the following command to bundle your Hyperfy app:

npx rollup -c

Folder Structure

project-root/
├── src/
│   ├── main.js       # Main entry file for the Hyperfy app
│   ├── proxyTypes.js # Additional proxy types definitions
├── dist/             # Compiled output files

License

This repository is provided under the MIT License. Feel free to use and modify it for your projects.

About

Template for making apps with multiple files.

Resources

License

Stars

Watchers

Forks

Packages

No packages published