https://github.com/librescore/webmscore-pwa
Frontend for the webmscore tool
https://github.com/librescore/webmscore-pwa
svelte
Last synced: about 1 year ago
JSON representation
Frontend for the webmscore tool
- Host: GitHub
- URL: https://github.com/librescore/webmscore-pwa
- Owner: LibreScore
- License: mit
- Created: 2021-09-08T20:58:13.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2025-06-22T03:14:19.000Z (about 1 year ago)
- Last Synced: 2025-06-22T04:19:49.635Z (about 1 year ago)
- Topics: svelte
- Language: Svelte
- Homepage: https://webmscore-pwa.librescore.org
- Size: 42 MB
- Stars: 4
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[العربية](/docs/ar/اقرأني.md) | **English** | [español](/docs/es/LÉAME.md) | [français](/docs/fr/LISEZMOI.md) | [magyar](/docs/hu/OLVASSAEL.md) | [Melayu](/docs/ms/BACASAYA.md) | [русский](/docs/ru/ПРОЧТИМЕНЯ.md) | [简体中文](/docs/zh-Hans/自述文件.md) | [[+]](https://weblate.librescore.org/projects/librescore/docs)
[//]: # "\+\_==!|!=_=!|!==_/+/ ***DO NOT EDIT ABOVE THIS LINE*** /+/^^+#|#+^+#|#+^^\+\"
# Webmscore PWA
[](https://discord.gg/DKu7cUZ4XQ) [](https://weblate.librescore.org/engage/librescore)
The official frontend for the webmscore tool:
## Developing
Once you've created a project and installed dependencies with `npm install` (or `pnpm install` or `yarn`), start a development server:
```bash
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
```
## Building
Before creating a production version of your app, install an [adapter](https://kit.svelte.dev/docs#adapters) for your target environment. Then:
```bash
npm run build
```
> You can preview the built app with `npm run preview`, regardless of whether you installed an adapter. This should _not_ be used to serve your app in production.