Skip to content

StringNick/decanotes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DecaNotes

A decentralized markdown editor with block-based architecture supporting multiple storage backends including Sia Renterd and IPFS. Features real-time markdown editing, drag & drop functionality, and cross-platform compatibility.

Build & Run

  1. Install dependencies

    bun install
  2. Start development server (uses Expo Go by default)

    bun run start
  3. Run on devices

    # iOS (development build)
    bun run ios
    
    # Android (development build)
    bun run android
  4. Build locally for production

    # iOS production build
    eas build --platform ios --profile production --local
    
    # Android production build
    eas build --platform android --profile production --local

Development

Type checking

Check TypeScript compilation:

# Type check
bun run type-check

# Watch mode
bun run type-check:watch

Testing

# Run tests
bun run test

Linting

# Check for issues
bun run lint

# Auto-fix issues
bun run format

Features

  • Block-based markdown editor with real-time rendering
  • Multiple storage backends (Local, Renterd, IPFS-ready)
  • Dark/light theme support
  • Cross-platform (iOS, Android, Web)

Join the community

Join our community of developers creating universal apps.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors