Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion apps/docs/src/content/docs/contributing/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,23 @@ This project is part of our [monorepo](https://github.com/modrinth/code). You ca
[Docs] are the very site you are looking at right now.
They are here to help developers and contributors work with Modrinth's codebase and API.

To set up a development environment, you will need to install [pnpm] and run the following commands:
To set up a development environment, you will need to install [pnpm] and [git], if you haven't already, and run the following commands:

```bash
git clone https://github.com/modrinth/code.git modrinth
cd "modrinth"
pnpm install
pnpm run docs:dev
```

When ready, you will have a hot-reloading environment of the docs site running on port 4321.
To open it up, enter http://localhost:4321 on your Browser, or click [here].

## Ready to open a PR?

While there is no linting requirement on Docs, we do ask that you quickly check your writing before contributing.

[docs]: https://github.com/modrinth/code/tree/main/apps/docs
[pnpm]: https://pnpm.io
[git]: https://git-scm.com/
[here]: http://localhost:4321/