Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 554 Bytes

README.md

File metadata and controls

29 lines (24 loc) · 554 Bytes

Noted App

A simple note-taking app built using Tauri, Next, TypeScript, and Chakra UI.

Features

  • Create and organize notes by tags
  • Markdown support for formatting and adding links
  • Dark mode support
  • Keyboard shortcuts for quick navigation

Getting Started

  1. Clone the repository
  git clone https://github.com/akwanmaroso/noted-app
  1. Install dependencies
  yarn install

3.Run the app in development mode

  yarn tauri dev
  1. Build the app for production
  yarn run build