Go to file
Robert Ferrús cc727af862
gitea/salix/pipeline/pr-dev This commit looks good Details
Merge branch 'dev' into 7248-tablesObservation
2025-01-30 07:20:32 +00:00
.husky
.vscode
back Merge branch 'dev' into 7134-supplierBalance 2025-01-28 08:46:17 +01:00
db Merge branch 'dev' into 7248-tablesObservation 2025-01-30 07:20:32 +00:00
e2e feat: refs #8077 redirection lilium 2025-01-28 13:27:35 +01:00
front
loopback Merge branch 'dev' into 8387-itemTagCrudModel 2025-01-21 14:14:27 +01:00
modules Merge branch 'dev' into 7134-supplierBalance 2025-01-29 15:13:49 +00:00
print Merge branch 'test' into dev 2025-01-09 14:51:40 +01:00
storage
win
.dockerignore
.editorconfig
.eslintignore
.eslintrc.yml
.gitignore
CHANGELOG.md build: refs #8452 add change log 2025-01-27 15:24:26 +01:00
Jenkinsfile ci(Jenkinsfile): refs #8285 Move version step to begining 2024-12-10 11:18:21 +01:00
LICENSE
README.md
babel.config.js
changelog.sh
commitlint.config.js
docker-compose.yml
gulpfile.js
jest.front.config.js
myt.config.yml
package.json build: init version 2025-01-21 11:57:35 +01: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