Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 938 Bytes

README.md

File metadata and controls

39 lines (27 loc) · 938 Bytes

Neat memos

A simple app for taking notes on the go.

image

🔨 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

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