A simple bluetooth buzzer to stop time of parts training https://bluetooth-buzzer.dorian.im
Go to file
Dorian Zedler 82518c0b6b
/ build (push) Successful in 3m36s Details
Feat: add nosleep
2024-01-20 15:10:56 +01:00
.gitea/workflows Chore: add actions 2024-01-20 10:41:37 +01:00
.vscode Chore: initial commit 2023-12-03 16:48:40 +01:00
firmware Fix: properly wait for audio 2024-01-20 11:16:01 +01:00
src Feat: add nosleep 2024-01-20 15:10:56 +01:00
static Chore: add domain 2024-01-20 10:55:16 +01:00
.eslintignore Feat: restructure and add basic web ui 2023-12-11 18:04:58 +01:00
.eslintrc.cjs Feat: restructure and add basic web ui 2023-12-11 18:04:58 +01:00
.gitignore Feat: restructure and add basic web ui 2023-12-11 18:04:58 +01:00
.gitmodules Chore: initial commit 2023-12-03 16:48:40 +01:00
.npmrc Feat: restructure and add basic web ui 2023-12-11 18:04:58 +01:00
.prettierignore Feat: restructure and add basic web ui 2023-12-11 18:04:58 +01:00
.prettierrc Feat: restructure and add basic web ui 2023-12-11 18:04:58 +01:00
README.md Feat: restructure and add basic web ui 2023-12-11 18:04:58 +01:00
package-lock.json Feat: add nosleep 2024-01-20 15:10:56 +01:00
package.json Feat: add nosleep 2024-01-20 15:10:56 +01:00
postcss.config.cjs Feat: restructure and add basic web ui 2023-12-11 18:04:58 +01:00
svelte.config.js Fix: use adapter-static 2024-01-20 10:46:13 +01:00
tailwind.config.cjs Chore: lock to dark mode 2024-01-20 11:32:39 +01:00
tsconfig.json Feat: restructure and add basic web ui 2023-12-11 18:04:58 +01:00
vite.config.ts Feat: restructure and add basic web ui 2023-12-11 18:04:58 +01:00

README.md

create-svelte

Everything you need to build a Svelte project, powered by create-svelte.

Creating a project

If you're seeing this, you've probably already done this step. Congrats!

# create a new project in the current directory
npm create svelte@latest

# create a new project in my-app
npm create svelte@latest my-app

Developing

Once you've created a project and installed dependencies with npm install (or pnpm install or yarn), start a development server:

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

Building

To create a production version of your app:

npm run build

You can preview the production build with npm run preview.

To deploy your app, you may need to install an adapter for your target environment.