Create mods for EaglerForge using block-based coding. https://eaglerforge-builder.vercel.app
  • JavaScript 54%
  • Svelte 46%
Find a file
Scratch-hv | Oeil-de-Lynx 53988a05b7 Add new modals to share mods by link
+ project name input
+ share button
2024-05-05 13:53:06 +00:00
src Add new modals to share mods by link 2024-05-05 13:53:06 +00:00
static Add doc system (cannot be used right now) 2024-04-28 15:58:36 +00: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.