# SPDX-FileCopyrightText: 2023 David Mosbach # # SPDX-License-Identifier: AGPL-3.0-or-later echo 'transpiling to JS...' npx tsc echo 'starting server...' npx http-server --cors -o ./editor.html