Skip to content

Commit

Permalink
Revert "docs: update CLI dev env setup instructions (#669)"
Browse files Browse the repository at this point in the history
This reverts commit ee0dbe9.
  • Loading branch information
rocketstack-matt authored Dec 14, 2024
1 parent ee0dbe9 commit f81ffed
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions cli/DEVELOPER_GUIDE.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
# Developing the CALM CLI

## Prerequisites

We recommend using Node v20.18.1 (use `nvm` to manage node versions if needed). The `canvas` package we use does not seem to be compatible with later versions of node.

## Building & linking the CLI

Clone the project and run the following commands from within this `cli` directory:
Clone the project and run the following commands:

```shell
npm install
npm run build
npx link .
npx link
```

When you've made a change to the CLI and want to test it out, you can rerun the build and link steps.
Expand Down

0 comments on commit f81ffed

Please sign in to comment.