Skip to content

MasterKrab/Penguin-Writer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6c355a8 · Feb 29, 2024

History

34 Commits
Feb 29, 2024
Jan 1, 2024
Jan 1, 2024
Feb 29, 2024
Feb 9, 2024
Jan 1, 2024
Jan 1, 2024
Jan 1, 2024
Jan 1, 2024
Feb 9, 2024
Feb 9, 2024
Jan 1, 2024
Jan 1, 2024
Feb 9, 2024
Jan 1, 2024
Feb 9, 2024

Repository files navigation

Penguin Writer 🐧

Aplication for write notes in markdown. The aplication is made in Tauri to use web technologies for a desktop app, Typescript for type safety, Svelte as frontend and Rust as backend.

screenshot

Prerequisites

  • Install tauri
  • Install the javascript dependencies pnpm install

Scripts

This creates a dev build and rebuilt when you make changes.

pnpm dev

This creates a production-ready version of the app.

pnpm build