No description
Find a file
Djuri Baars a75ebe599b Bugfix
2024-12-07 19:26:29 +01:00
.bolt Initial commit 2024-12-07 17:48:13 +01:00
assets/css Initial commit 2024-12-07 17:48:13 +01:00
components Bugfix 2024-12-07 19:26:29 +01:00
composables Initial commit 2024-12-07 17:48:13 +01:00
public Update gitignore 2024-12-07 19:18:19 +01:00
server Initial commit 2024-12-07 17:48:13 +01:00
types Initial commit 2024-12-07 17:48:13 +01:00
utils Initial commit 2024-12-07 17:48:13 +01:00
.gitignore Update gitignore 2024-12-07 19:18:19 +01:00
app.vue Initial commit 2024-12-07 17:48:13 +01:00
get_latest.sh Initial commit 2024-12-07 17:48:13 +01:00
nuxt.config.ts Initial commit 2024-12-07 17:48:13 +01:00
package.json Initial commit 2024-12-07 17:48:13 +01:00
README.md Initial commit 2024-12-07 17:48:13 +01:00
tailwind.config.ts Initial commit 2024-12-07 17:48:13 +01:00
tsconfig.json Initial commit 2024-12-07 17:48:13 +01:00
yarn.lock Initial commit 2024-12-07 17:48:13 +01:00

BTClock Web Flasher

Powered by Nuxt, Vue and esptool-js

Setup

Make sure to install the dependencies:

# yarn
yarn install

# npm
npm install

# pnpm
pnpm install

Development Server

Start the development server on http://localhost:3000

npm run dev

Production

Build the application for production:

npm run build

Locally preview production build:

npm run preview