pixelnode Startup Instructions Run npm install. Copy sample.env to .env: cp sample.env .env. Change PORT in .env if you need to (it's 5000 by default). Run npm start. Browse to http://host:port, likely http://localhost:5000.