Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,13 @@ Build distributed, scalable, edge based applications fast.

Make sure you have `npm` installed. We recommend a `version 18+` the fastest way to getting started with npm is installing it into your system using `nvm`.

* <https://github.com/nvm-sh/nvm?tab=readme-ov-file#installing-and-updating>
* <https://github.com/nvm-sh/nvm?tab=readme-ov-file#installing-and-updating> or
* curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
* If you use bash source ~/.bashrc or if you use macOS source ~/.zshrc
* nvm install 20.11.1 && nvm use 20.11.1




Where ever you are, run `npx blessnet` to get context feedback. If calling from inside a project folder, information about the state of the project will be returned.

Expand Down