Go to file
Javier Segarra e98d64f526
gitea/salix/pipeline/head This commit looks good Details
Merge pull request '#7896 - 24.36 Dev To Test' (!2884) from dev into test
Reviewed-on: #2884
Reviewed-by: Guillermo Bonet <guillermo@verdnatura.es>
2024-08-27 10:32:52 +00:00
.husky
.vscode
back Merge branch 'test' into dev 2024-08-27 10:08:04 +02:00
db Merge branch 'dev' into 7844-changeProblemsCalc 2024-08-27 08:04:21 +00:00
e2e Merge branch 'test' of https://gitea.verdnatura.es/verdnatura/salix into dev 2024-08-16 09:23:43 +02:00
front feat: refs #7323 redirect to lilium 2024-08-14 11:00:17 +02:00
loopback feat: refs #7524 add default limit 2024-08-12 16:36:43 +02:00
modules Merge branch 'dev' into 7844-changeProblemsCalc 2024-08-27 08:04:21 +00:00
print feat: refs #7784 Requested changes 2024-08-21 08:05:45 +02:00
storage
win
.dockerignore
.editorconfig
.eslintignore
.eslintrc.yml
.gitignore
CHANGELOG.md
Jenkinsfile
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 test: husky 2024-08-08 13:29:02 +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