Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.05 KB

README.md

File metadata and controls

42 lines (29 loc) · 1.05 KB

Neat memos

A simple app for taking notes on the go.

image

kanban

🔨 Built With

🚀 Features

  • Adding and editing notes in a markdown format that fully supports various features such as code highlighting
  • File storage
  • Sharing your memos with other people through a public link
  • Kanban board management for more detailed tasks

Install the dependencies

npm i

Start the app in development mode (hot-code reloading, error reporting, etc.)

npm run dev

Build the app for production

npm run build