Skip to content

Latest commit

 

History

History
65 lines (45 loc) · 1.28 KB

File metadata and controls

65 lines (45 loc) · 1.28 KB
Moire Logo

Moire

Sync your thoughts from Apple Notes to GitHub Pages by Shortcuts.

Moire   |   Docs   |   Themes


Moire Preview

Introduction

Moire is a tool designed to seamlessly synchronize your thoughts from Apple Notes using Shortcuts.

Features

  • Seamless Sync: Direct integration with Apple Notes via Shortcuts.
  • Markdown Export: Convert your notes to Markdown format. Easy to migrate.
  • Theme Support: Customizable themes (e.g., Receipt, Pixel).

Development

Prerequisites

Ensure you have the following installed:

  • Node.js (v18 or higher)
  • pnpm (recommended)

Installation

Clone the repository and install dependencies:

git clone https://github.com/moirelog/moire.git
cd moire
pnpm install

Development

Start the development server:

pnpm dev

Build

Build for production:

pnpm build

License

This project is licensed under the GPL-3.0 License.