diff --git a/README.md b/README.md index 025a049..bf97980 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,20 @@ -# TurboBuilder -Create extensions for TurboWarp using block-based coding. +# 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/ \ No newline at end of file +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.