bij1.erp/frontend
Paul J Stevens 978c28e42f
ci/woodpecker/push/woodpecker Pipeline was successful Details
retest frontend build
2024-02-04 12:49:53 +01:00
..
images add frontend 2023-12-16 13:50:51 +01:00
locale update frontend 2023-12-16 14:09:21 +01:00
src update frontend 2023-12-16 14:28:06 +01:00
tests add frontend 2023-12-16 13:50:51 +01:00
.bower_allow_root.sh add frontend 2023-12-16 13:50:51 +01:00
.dockerignore docker build 2024-01-28 16:22:13 +01:00
.drone.yml add frontend 2023-12-16 13:50:51 +01:00
.hg_archival.txt update frontend 2023-12-16 14:28:06 +01:00
.hgtags add frontend 2023-12-16 13:50:51 +01:00
CHANGELOG update frontend 2023-12-16 14:28:06 +01:00
COPYRIGHT add frontend 2023-12-16 13:50:51 +01:00
Dockerfile retest frontend build 2024-02-04 12:49:53 +01:00
Gruntfile.js add frontend 2023-12-16 13:50:51 +01:00
LICENSE add frontend 2023-12-16 13:50:51 +01:00
Makefile frontend build in docker 2024-01-13 10:39:23 +01:00
README.md add frontend 2023-12-16 13:50:51 +01:00
bower.json add frontend 2023-12-16 13:50:51 +01:00
build.sh docker build 2024-01-28 16:22:13 +01:00
index.html add frontend 2023-12-16 13:50:51 +01:00
package.json update frontend 2023-12-16 14:28:06 +01:00
yarn.lock update frontend 2023-12-16 14:09:21 +01:00

README.md

sao

Prerequisites

Installation

Once you've downloaded and unpacked the sao source release, enter the directory where the archive was unpacked, and run:

$ npm install --production --legacy-peer-deps

Development ...........

For development, you have to run instead:

$ npm install --legacy-peer-deps
$ grunt dev

Setup

Note that the entry root in the section [web] of trytond.conf must be set to the directory where the package was unpacked.