Skip to content

Getting Start

Mohamad Zbib edited this page Aug 10, 2021 · 1 revision

Welcome to the jsPulse wiki!

How to deploy

first clone this repo

git clone https://github.com/mzprog/jsPulse.git
cd jsPulse

copy file env.temp.js to env.js and change the configuration if you want

cp ./env.temp.js ./env.js

install modules

npm install

run the server

npm run test
#or
node index.js
Clone this wiki locally