D
D
Dmitry2019-10-30 18:47:13
JavaScript
Dmitry, 2019-10-30 18:47:13

How to deploy a js project?

Good afternoon! Can someone please explain to me how can I deploy this project on linux?
It is advisable to explain on the fingers)
Now I have done the following, uploaded the files to the root directory of the site, but there somehow you need to unpack the project, if you write which commands and in what order to enter, I will be very grateful

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
MOTORIST, 2019-10-30
@good_br

Install node.js
git clone https://github.com/ArbeitBot/ArbeitBot.git
cd ArbeitBot
npm install
npm start or node ./app.js

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question