Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Facundo De Lorenzo committed May 16, 2024
1 parent 63d7c2e commit d2e4f12
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 63 deletions.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,22 @@ Developed using Node v21.7.3

Packages are managed using pnpm!
Make sure you have it installed :)

```
npm install -g pnpm
```

Every resource is usable through pnpm script,
install every dependency before giving them a try
```
pnpm i
```

To debug locally front & api altogether you will need to install concurrently
```
npm install -g concurrently
```

to invoke use the *pnpm script* or the debug & run vscode function: *Debug challenge!*
```
pnpm dev:frontapi
```
39 changes: 0 additions & 39 deletions packages/api/README.md

This file was deleted.

23 changes: 0 additions & 23 deletions packages/front/README.md

This file was deleted.

0 comments on commit d2e4f12

Please sign in to comment.