Skip to content

Commit

Permalink
fix(projects): empty project code samples (#54)
Browse files Browse the repository at this point in the history
* chore: uses a fork of sytax highlighter which fixes the empty bug

react-syntax-highlighter/react-syntax-highlighter#513

* docs: removes docker exec from run instructions as it is already executed on run-dev-env
  • Loading branch information
vncsmyrnk authored Jan 1, 2025
1 parent 1169923 commit a9f1192
Show file tree
Hide file tree
Showing 3 changed files with 90 additions and 89 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ This project uses [just](https://github.com/casey/just) running development task

```bash
just build-dev-env run-dev-env # Builds and runs the dev container
docker exec -it portfolio-dev bash # Gets inside the container
just dev-run # Runs the app (must be run inside the container)
```

Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"react-i18next": "^14.1.2",
"react-icons": "^5.2.1",
"react-multi-carousel": "^2.8.5",
"react-syntax-highlighter": "^15.5.0"
"react-syntax-highlighter": "npm:@fengkx/react-syntax-highlighter@15.6.1"
},
"devDependencies": {
"@types/prop-types": "^15.7.12",
Expand Down
Loading

0 comments on commit a9f1192

Please sign in to comment.