Skip to content

mtsgi/co2

Repository files navigation

co2

co2

PWA JavaScript Console

Setup

Make sure to install the dependencies:

bun install

Development Server

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

bun run dev

Production

Build the application for production:

bun run generate