Skip to content

Latest commit

 

History

History
50 lines (32 loc) · 1.55 KB

README.md

File metadata and controls

50 lines (32 loc) · 1.55 KB
Logo

robonotes

Minimalistic local only, no nonsense note taking application

Features

✨ Take notes with easy to use and clutter free User Interface

✨ Powerful search functionality to quickly find what you're looking for

🔥 Local only: all your files are stored locally, you are the owner of your notes

Headshots

image

Screenshot from 2024-06-29 18-50-55

Download now

Technologies Used

Contribute to the Project

To run this project locally, follow these steps:

  1. Clone the repository.
    git clone https://github.com/therealrinku/robonotes.git
    
  2. Install the dependencies.
    yarn install
    
  3. Run the project.
    yarn start
    

Build and create a package

yarn package