These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
First, you need to make shure that you have nodejs installed in your computer. If not, go to https://nodejs.org/es/ and download the LTS version of nodejs. Then, install it on your computer. To make shure you have successfully installed nodejs, go to command prompt and write:
node -v
You should see the version of nodejs that you have installed:
v8.11.3
After that, you should download a copy of the project to start running it. To do so, go to your git bash and do
git clone https://github.com/RodrigoAGM/deeplens-web.git
Then go to the cloned folder and you are ready!
cd deeplens-web
To run de project you need to open the command promt in the path of the cloned folder and install the node modules first
npm install
After that, the only thing you need to do is to start the project
npm start
To see the web just go to http://localhost:3000/