Skip to content

Latest commit

 

History

History
52 lines (36 loc) · 995 Bytes

README.md

File metadata and controls

52 lines (36 loc) · 995 Bytes

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