Skip to content

Commit

Permalink
docs: add nvm step for prettier in README
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLastCicada committed Nov 6, 2024
1 parent 5cba11d commit 04bec92
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
20
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,13 @@ Only when in `explorer` mode, the following configurations are relevant:
poetry install
```

- Install node.js for linter using [nvm](https://github.com/nvm-sh/nvm)

```sh
nvm install
nvm use
```

- Run the main script for development.

```sh
Expand Down

0 comments on commit 04bec92

Please sign in to comment.