mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-03 23:12:20 +02:00
Revert unneeded step in CONTRIBUTING.md
i am 99% sure flag not needed
This commit is contained in:
parent
d5936c03d5
commit
d675a6a406
@ -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/)).
|
||||||
|
Loading…
Reference in New Issue
Block a user