From 5520d738dc52a542813a0c23bb7d67d08d82782e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kalle=20Ahlstr=C3=B6m?= Date: Tue, 16 Jan 2024 10:32:07 +0200 Subject: [PATCH] update README.md --- readme.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index fbdc6afc..5fbd7999 100644 --- a/readme.md +++ b/readme.md @@ -6,7 +6,13 @@ Monorepo containing apps and packages used for the Tietokilta website. ### Set up -Prerequisites: [Node.js](https://nodejs.org/en/), [Docker](https://www.docker.com/), [MongoDB Database Tools](https://www.mongodb.com/docs/database-tools/#installation)(for seeding the dev-db) installed +Prerequisites: + +- [Node.js](https://nodejs.org/en/), usage of [fnm](https://github.com/Schniz/fnm) or [nvm](https://github.com/nvm-sh/nvm) recommended +- [Docker](https://www.docker.com/) and docker-compose +- [MongoDB Database Tools](https://www.mongodb.com/docs/database-tools/installation/installation/) (for seeding the dev-db). + + NOTE: make sure you are installing MongoDB Database Tools, not something else, the documentation for Linux is quite wonky. ```sh # copy .env.example to .env @@ -43,7 +49,6 @@ pnpm db:reset "editor.formatOnSave": true, "editor.codeActionsOnSave": { "source.fixAll": true, - "source.organizeImports": true, "source.fixAll.eslint": true, "source.fixAll.stylelint": true },