From 4ffa87aa07a66397881d4d5ad0f97c66c61e6878 Mon Sep 17 00:00:00 2001 From: MohamedBassem Date: Mon, 26 Feb 2024 16:32:14 +0000 Subject: build: Migrate from yarn to pnpm --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index b7aad09e..1a0b5cdd 100644 --- a/README.md +++ b/README.md @@ -88,11 +88,11 @@ You can turnup the whole development environment with: Or if you have nodejs installed locally, you can do: -- `yarn install` in the root of the repo. -- `yarn db:migrate` to run the db migrations. -- `yarn web` to start the web app. +- `pnpm install` in the root of the repo. +- `pnpm db:migrate` to run the db migrations. +- `pnpm web` to start the web app. - Access it over `http://localhost:3000`. -- `yarn workers` to start the crawler and the openai worker. +- `pnpm workers` to start the crawler and the openai worker. - You'll need to have redis running at `localhost:5379` (configurable with env variables). - An easy way to get redis running is by using docker `docker run -p 5379:5379 redis`. - You can run the web app without the workers, but link fetching and automatic tagging won't work. @@ -106,4 +106,4 @@ Or if you have nodejs installed locally, you can do: ### Submitting PRs -- Before submitting PRs, you'll want to run `yarn format` and include its changes in the commit. Also make sure `yarn lint` is successful. +- Before submitting PRs, you'll want to run `pnpm format` and include its changes in the commit. Also make sure `pnpm lint` is successful. -- cgit v1.2.3-70-g09d2