Go to file
Alex Moreno 17bf720220
gitea/salix/pipeline/pr-dev There was a failure building this commit Details
feat: refs #6695 try
2024-09-11 13:04:53 +02:00
.husky
.vscode
back Merge branch 'dev' into 7671_dense_itemFixedPrices 2024-09-09 12:16:15 +00:00
db Merge branch 'dev' of https://gitea.verdnatura.es/verdnatura/salix into 7663-setWeight 2024-09-11 09:30:18 +02:00
e2e Merge branch 'dev' into 5938_fine_ticketAdvance 2024-09-10 14:16:56 +00:00
front
loopback refactor: refs #7663 accurate error 2024-09-10 09:50:02 +02:00
modules chore: refs #7663 fix test 2024-09-11 09:35:26 +02:00
print fix: hotfix 2024-09-04 13:36:57 +02:00
storage
win
.dockerignore
.editorconfig
.eslintignore
.eslintrc.yml
.gitignore
CHANGELOG.md
Jenkinsfile feat: refs #6695 try 2024-09-11 13:04:53 +02:00
LICENSE
README.md
babel.config.js
changelog.sh
commitlint.config.js
docker-compose.yml
gulpfile.js
jest.front.config.js
myt.config.yml Revert commit 2024-09-06 08:24:17 +02:00
package.json build: init version 2440 2024-09-10 10:34:28 +02:00
pnpm-lock.yaml
webpack.config.js

README.md

Salix

This project is an Enterprise resource planning (ERP) integrated management of core business processes, in real-time and mediated by software and technology developed with the stack listed below.

Salix is also the scientific name of a beautifull tree! :)

Prerequisites

Required applications.

  • Node.js
  • Docker
  • Git
  • MYT

You will need to install globally the following items.

$ sudo npm install -g jest gulp-cli

After installing MYT you will need the following item.

$ apt install libkrb5-dev libssl-dev

Installing dependencies and launching

Pull from repository.

Run this commands on project root directory to install Node dependencies.

$ pnpm install
$ gulp install

Launch application in developer environment.

$ gulp

Manually reset fixtures.

$ gulp docker

Running the unit tests

For client-side unit tests run from project's root.

$ npm run test:front

For server-side unit tests run from project's root.

$ npm run test:back

For end-to-end tests run from project's root.

$ npm run test:e2e

Generate changeLog test → master

$ bash changelog.sh

Visual Studio Code extensions

Open Visual Studio Code, press Ctrl+P and paste the following commands.

In Visual Studio Code we use the ESLint extension.

ext install dbaeumer.vscode-eslint

Built With