# 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.