Skip to content

Afad ve Kandilli Son Deprem Etkinlikleri (MacOS & Windows)

Notifications You must be signed in to change notification settings

assoft/tauri-nuxt3-earthquakes

Repository files navigation

Afad ve Kandilli Rasathanesi Son Depremler Uygulaması (Win/MacOS)

  • Stack
    • Tauri (Rust)
    • Nuxt 3 (Vue/Typescript)
    • Unocss

Özellikler

  • Bildirimler depremlerin şiddetine göre özelleştirilebilir.
  • Yenileme sıklığı özelleştirilebilir.

Uygulama

Development

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/yarn/pnpm tauri dev

Production

Build the application for production:

npm/yarn/pnpm run tauri build