Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 912 Bytes

README.md

File metadata and controls

35 lines (26 loc) · 912 Bytes

Noap 📝

Your next notes application



What is Noap?

Noap is a open source software for leveling up your notes!
As you can see, the app still is in early stages of development and bugs will be found.

Noap is being built using the MERN stack, Lexical Editor and some packages like: React Query, React Hook Form, Framer motion and more!.

How to run the code

Prerequisites

Instalation

  • Clone the repository using git clone
  • "cd" in to the folder and run npm install
  • run npm run dev to run the application (client)
  • run npm start to run the application (server)