Revert unneeded step in CONTRIBUTING.md

i am 99% sure flag not needed
This commit is contained in:
Bertie690 2025-07-02 15:30:31 +02:00 committed by GitHub
parent d5936c03d5
commit d675a6a406
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,13 +29,10 @@ If you have the motivation and experience with Typescript/Javascript (or are wil
### Procedure ### Procedure
1. Clone the repo with the `--recurse-submodules` flag[^1] and in the root directory run `pnpm install` 1. Clone the repo and in the root directory run `pnpm install`
- If you run into any errors, reach out in the **#dev-corner** channel on Discord and someone will be happy to help. - If you run into any errors, reach out in the **#dev-corner** channel on Discord and someone will be happy to help.
2. Run `pnpm start:dev` to locally run the project at `localhost:8000` 2. Run `pnpm start:dev` to locally run the project at `localhost:8000`
[^1]: If you forget to include the `--recurse-submodules` flag when cloning initially (or do so via an alternate tool), consult [localization.md](./docs/localization.md) \
for instructions on how to clone the `locales` submodule manually.
## 🚀 Getting Started ## 🚀 Getting Started
A great way to develop an understanding of how the project works is to look at test cases (located in [the `test` folder](./test/)). A great way to develop an understanding of how the project works is to look at test cases (located in [the `test` folder](./test/)).