https://github.com/darthcloud/blueretrowebcfg_beta
https://github.com/darthcloud/blueretrowebcfg_beta
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/darthcloud/blueretrowebcfg_beta
- Owner: darthcloud
- License: apache-2.0
- Created: 2022-08-23T13:15:13.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-11T02:11:17.000Z (about 2 years ago)
- Last Synced: 2024-04-14T00:55:21.844Z (about 2 years ago)
- Language: JavaScript
- Size: 859 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# BlueRetroWebCfg
BlueRetro Web-Bluetooth configuration pages
Those pages are base on [Google Chrome Samples](https://github.com/GoogleChrome/samples)
More detail BlueRetro:\
[Main hackaday.io page](https://hackaday.io/project/170365-blueretro)\
[Software files repository](https://github.com/darthcloud/BlueRetro)
## Creating additional presets
Presets are located under:
`static/config/presets`
## Developing
Once you've created a project and installed dependencies with `pnpm install`, start a development server:
```bash
pnpm dev
# or start the server and open the app in a new browser tab
pnpm dev -- --open
```
## Building
To create a production version of your app:
```bash
pnpm build
```
You can preview the production build with `pnpm preview`.
> To deploy your app, you may need to install an [adapter](https://kit.svelte.dev/docs/adapters) for your target environment.