You have to access to the following link:
https://arquisoft.github.io/dechat_es5b/
You can download latest release or compile it from source. In order to compile from source code, clone repository and install Node.js.
Using, for example, the desktop app Git or any other version control tool, you have to execute:
git clone https://github.com/Arquisoft/dechat_es5b.git
Releases can be directly executed.
If you compile from source, you have to move to the root folder of the project:
cd dechat_es5b
Then, you have to execute:
npm install
Once the installation is complete, you have to execute:
npm start
Now the application is ready to be used. A window will be opened and DeChat will be ready to go.
To launch the tests locally on your computer, you have to execute:
npm run test
To launch the acceptance tests locally on your computer, you have to execute:
npm run acceptance
You can access to the following link if you want to know more about the project. We have followed the arc42 template.
https://arquisoft.github.io/dechat_es5b/docs