notesup is a web app the puts artificial intelligence at the forefront of note taking. It uses the latest in machine learning to provide a seamless note taking experience. It is built with Next.js, Tailwind CSS, and TypeScript.
support the developer by buying me a coffee ☕ at https://www.buymeacoffee.com/fredjuma
First, clone the repository:
git cloneThen, install the dependencies:
npm install
# or
yarn
# or
pnpm
# or
bunFinally, Then run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev