You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+36-4Lines changed: 36 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,14 +20,15 @@ Head over to: [Client](https://github.com/graasp/client), [Library](https://gith
20
20
21
21
In order to run the Graasp backend, it requires:
22
22
23
-
- Node version 24
24
-
- NPM version 11
25
-
- Yarn (can be installed through [`nvm`](https://github.com/nvm-sh/nvm))
23
+
-[Mise](https://mise.jdx.dev) (tool manager)
26
24
-[Docker](https://docs.docker.com/get-docker/) or [Podman](https://podman.io/): Docker is not necessary, it is possible to install everything locally. However it is strongly recommended to use the Docker installation guide.
27
25
26
+
Mise will automatically install the correct version of node and pnpm. You should only have to do:
27
+
`mise install`. You might have to trust the workspace with `mise trust` first.
28
+
Then when you call `pnpm i` it will ask you to download pnpm via corepack. Accept.
29
+
28
30
## Recommended Tools
29
31
30
-
-[NVM](https://github.com/nvm-sh/nvm) or [Volta (recommended)](https://volta.sh/) : CLI to manage multiple versions of NodeJs and NPM.
31
32
-[Postman](https://www.postman.com) : Application to explore and test your APIs.
32
33
-[Starship](https://starship.rs/): A shell prompt enhancer that shows you the current git branch nvm version and package version, very useful for quick look at your environment (works on all shells and is super fast), requires you to use a [NerdFont](https://www.nerdfonts.com/)
33
34
-[VS Code](https://code.visualstudio.com) : IDE to manage the database and make changes to the source code.
@@ -110,6 +111,8 @@ To configure the application, you'll need to change the values in `.env.developm
0 commit comments