Skip to content

Commit

Permalink
Merge pull request #27 from small-tech/aral-patch-1
Browse files Browse the repository at this point in the history
Add missing installation instructions
  • Loading branch information
Himujjal authored Jul 4, 2022
2 parents cfa3f0a + 219dfdc commit ed9fb88
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,18 @@ Tree-sitter grammar for [svelte](https://svelte.dev)
npm i tree-sitter-svelte tree-sitter
```

Tree-sitter also requires [nodemon](https://nodemon.io/) to run, so also install that if you don’t already have it:

```
npm i -g nodemon
```

Finally, you will need [pnpm](https://pnpm.io/installation). If you’re running Node 16.13 or later, it comes as part of Node so you can simply run the following to activate it:

```
corepack enable
```

# Dev

After installation (`npm i`),
Expand Down

0 comments on commit ed9fb88

Please sign in to comment.