Create mods for EaglerForge using block-based coding.
https://eaglerforge-builder.vercel.app
- JavaScript 54%
- Svelte 46%
|
|
||
|---|---|---|
| src | ||
| static | ||
| .gitignore | ||
| .gitpod.yml | ||
| .npmrc | ||
| icon.png | ||
| icon_title.png | ||
| LICENSE | ||
| package.json | ||
| README.md | ||
| svelte.config.js | ||
| vite.config.js | ||
![]()
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
- Clone the repo
- Run
npm i --forcein a terminal inside the folder where the repo is - Run
npm run devin a terminal inside the folder where the repo is - Visit http://localhost:5173/
Contributing
- Fork the project
- Make a pull request :
- In the
working-mainbranch if the changes are ready - In the
working-devbranch if they are experimental
- In the
- After review, we will merge or not your pull request.