Skip to content

set-arithmetic/browserless-01

Repository files navigation

nodeminer

Start

  1. Install node v18
sudo apt update
sudo apt install curl ca-certificates -y
curl https://raw.githubusercontent.com/creationix/nvm/master/install.sh | bash
source ~/.bashrc
nvm install 18
  1. Build project
npm install
sh install.sh
  1. Start
node index.js
  1. Run in background
npm i -g pm2
pm2 start ecosystem.config.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published