Shows a simple checklist preparing for a bike ride. https://benjamin.stadlbauer.wien/bikelist/
Go to file
2024-09-05 12:49:39 +02:00
.vscode Initial commit 2024-08-07 20:24:45 +02:00
src Add license 2024-08-25 17:09:03 +02:00
.editorconfig Minor README 2024-08-25 17:40:54 +02:00
.gitignore Initial commit 2024-08-07 20:24:45 +02:00
index.html Get style.css over https 2024-09-05 12:49:39 +02:00
jsconfig.json Initial commit 2024-08-07 20:24:45 +02:00
LICENSE.md Add license 2024-08-25 17:09:03 +02:00
package-lock.json Initial commit 2024-08-07 20:24:45 +02:00
package.json Initial commit 2024-08-07 20:24:45 +02:00
README.md Minor README 2024-08-25 17:40:54 +02:00
vite.config.js Initial commit 2024-08-07 20:24:45 +02:00

Bikelist

Shows a simple checklist preparing for a bike ride.
View at https://benjamin.stadlbauer.wien/bikelist/

VSCode + Volar (and disable Vetur).

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

License

Copyright © Benjamin Stadlbauer

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

A copy of the license is available at the root of the Git repository bikelist.