-
Notifications
You must be signed in to change notification settings - Fork 471
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adding README for template-node, add dev command, bumping to 0.0.10
- Loading branch information
1 parent
f36147e
commit c213e02
Showing
3 changed files
with
14 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Aleo + Node.js | ||
|
||
`npm start` | ||
|
||
Recommend Node.js 20+ for best performance. | ||
|
||
Will hang if using more threads than available for your machine. We are working | ||
on automatic thread detection but in the meantime you can manually set threads | ||
with `--threads` flag or in your code with `initThreadPool`. | ||
|
||
`npm start -- --threads 1` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters