Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 355 Bytes

README.md

File metadata and controls

5 lines (5 loc) · 355 Bytes
  • Install nvm
  • Install node: nvm install node This also installs npm
  • git clone this repo and cd into it.
  • Install packages with npm i or npm install
  • Run your .js (module type js) or .cjs (CommonJS): node <filepath>