notes... #1

Open
opened 2023-11-17 00:43:56 +01:00 by gapodo · 1 comment
Owner

node 12 und 14

git clone ssh://git@git-ssh.kle.li:2223/TeaSpeak/TeaWeb.git
git submodule update --init --recursive

docker run --rm -v "$(pwd):/work" -it node:12-bullseye /bin/bash
npm i --save emoji-mart@3
npm i
npx browserslist@latest --update-db
bash ./scripts/build.sh web rel
bash ./scripts/web_package.sh rel
node 12 und 14 ```bash git clone ssh://git@git-ssh.kle.li:2223/TeaSpeak/TeaWeb.git git submodule update --init --recursive docker run --rm -v "$(pwd):/work" -it node:12-bullseye /bin/bash npm i --save emoji-mart@3 npm i npx browserslist@latest --update-db bash ./scripts/build.sh web rel bash ./scripts/web_package.sh rel ```
Author
Owner

npm i -D ts-loader@8
npm i -D wabt@1.0.13
chmod +x ./tools/build_trgen.sh ./client/generate_packed.sh ./shared/generate_declarations.sh ./scripts/install_dependencies.sh ./scripts/helper.sh ./scripts/travis/deploy_server.sh ./scripts/travis/deploy_docker.sh ./scripts/travis/deploy_github.sh ./scripts/travis/properties.sh ./scripts/travis/build.sh ./scripts/cleanup.sh ./scripts/deploy_ui_files.sh ./scripts/build_declarations.sh ./scripts/build.sh shared/generate_declarations.sh
npm i -D @types/react@16

npm i -D ts-loader@8 npm i -D wabt@1.0.13 chmod +x ./tools/build_trgen.sh ./client/generate_packed.sh ./shared/generate_declarations.sh ./scripts/install_dependencies.sh ./scripts/helper.sh ./scripts/travis/deploy_server.sh ./scripts/travis/deploy_docker.sh ./scripts/travis/deploy_github.sh ./scripts/travis/properties.sh ./scripts/travis/build.sh ./scripts/cleanup.sh ./scripts/deploy_ui_files.sh ./scripts/build_declarations.sh ./scripts/build.sh shared/generate_declarations.sh npm i -D @types/react@16
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: TeaSpeak/TeaWeb#1
No description provided.