Skip to content

felix-dolderer/pomodoro

Repository files navigation

Pomodoro Timer WebApp

Built with nuxt3.

Setup

Make sure to install the dependencies:

bun install

Development Server

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

# bun
bun run dev

Production

Build the application for production:

# bun
bun run build

Locally preview production build:

# bun
bun run preview

Releases

No releases published

Packages

No packages published