Skip to content

Commit c8da8c6

Browse files
authored
Update CONTRIBUTING.md to recommend Docker (#1765)
1 parent 05f1ffe commit c8da8c6

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

docs/CONTRIBUTING.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,15 @@ backend/
1919

2020
## Setup
2121

22-
See [DOCKER.md](DOCKER.md) for instructions on how to run the project in a Docker container. Otherwise, continue reading this guide.
22+
We use [Docker](https://docker.com) for both development and production environments — it’s the simplest way to get everything up and running. See [DOCKER.md](DOCKER.md) for detailed setup instructions.
23+
24+
We officially support running decomp.me on Linux (we use Ubuntu 24.04 LTS) on the `amd64` architecture. Running decomp.me natively on Windows or macOS is not supported and may result in unpredictable behavior or missing functionality. The instructions below assume you are using a Linux system on `x86_64` hardware.
25+
26+
### Prerequisites
2327

2428
Dependencies:
25-
- Python >=3.10
26-
- Node.js >=14
29+
- Python >=3.10 (Production uses 3.12)
30+
- Node.js >=14 <=24 (Production uses 24)
2731
- [Yarn](https://yarnpkg.com/getting-started/install)
2832
- [uv](https://docs.astral.sh/uv/getting-started/installation/)
2933

0 commit comments

Comments
 (0)