uni2work.workflows.visualiser/start.sh
2023-08-24 01:07:51 +02:00

12 lines
247 B
Bash
Executable File

#!/usr/bin/env bash
# SPDX-FileCopyrightText: 2023 David Mosbach <david.mosbach@campus.lmu.de>
#
# SPDX-License-Identifier: AGPL-3.0-or-later
echo 'transpiling to JS...'
npx tsc
echo 'starting server...'
npx http-server --cors -o ./editor.html