#!/usr/bin/env bash # SPDX-FileCopyrightText: 2023 David Mosbach # # SPDX-License-Identifier: AGPL-3.0-or-later # echo 'Transpiling to JS...' # npx tsc echo 'Transpiling to JS & generating Webpack bundle...' npx webpack echo 'Starting server...' npx http-server --cors -o ./editor.html