Create mods for EaglerForge using block-based coding. https://eaglerforge-builder.vercel.app
  • JavaScript 54%
  • Svelte 46%
Find a file
2024-04-18 08:53:47 +03:30
src Update Toolbox.xml 2024-04-18 08:53:47 +03:30
static host the eaglerforge instance directly on the website instead of on another website (v1.3) 2024-04-15 15:39:25 +02:00
.gitignore gitpod 2023-12-15 21:00:03 +00:00
.gitpod.yml experimental penguinmod feature 2023-12-15 21:45:43 +00:00
.npmrc basic stuff 2023-07-29 18:38:01 -06:00
icon.png update icon 2023-11-08 18:05:12 +00:00
icon_title.png basic stuff 2023-07-29 18:38:01 -06:00
LICENSE Initial commit 2023-07-29 06:03:30 -06:00
package.json Update package.json 2024-04-17 18:05:22 +03:30
README.md Update README.md 2024-04-16 11:00:29 +02:00
svelte.config.js basic stuff 2023-07-29 18:38:01 -06:00
vite.config.js add custom shapes for json array and object 2023-12-17 14:24:06 +00:00

EaglerForge Builder

Create mods for EaglerForge using block-based coding.

In development

This project is not finished and is still being worked on. Expect bugs and problems that may prevent the site from working.

Running locally

  1. Clone the repo
  2. Run npm i --force in a terminal inside the folder where the repo is
  3. Run npm run dev in a terminal inside the folder where the repo is
  4. Visit http://localhost:5173/

Contributing

  1. Fork the project
  2. Make a pull request :
    • In the working-main branch if the changes are ready
    • In the working-dev branch if they are experimental
  3. After review, we will merge or not your pull request.