/activity.gml.html

A Vite project that builds an HTML file for GameMaker-based Discord Activities

Primary LanguageJavaScriptMIT LicenseMIT

activity.gml.html

You definitely don't need this repository. It was a companion to my activities library for Discord before it used webpack, which you can find over here

Building

This project was created using Vite, and requires Node.JS and NPM to build and run

Instructions:

  1. Clone the repository to your computer
  2. Run npm install in the directory

Previewing changes/Running the webpage

  1. Run npm run build
  2. Copy the index.html file in the ./dist folder to your GameMaker project