Merge branch 'homepage' of http://gitea.cwsvjudo.dedyn.io/marko/cwsvJudo into homepage

This commit is contained in:
marko
2024-04-07 09:05:55 +02:00
5 changed files with 594 additions and 343 deletions

View File

@@ -0,0 +1,5 @@
.PHONY: build
build:
npm install
npm run release

5
submodules/buildVideoJs.sh Executable file
View File

@@ -0,0 +1,5 @@
#! /usr/bin/env bash
cd video.js
npm install
npm run release