Skip to content

Minimalistic Note Taking App Supporting Markdown and LaTeX

Notifications You must be signed in to change notification settings

alexanderbluhm/notes

Repository files navigation

Notes

Simple note taking app using Next.js and Prisma.

Supporting Markdown and LaTeX.

Homepage Homepage

Features

  • Markdown Support
  • LaTeX Support
  • Public Share Link
  • ...

Gettings Started

First, install the dependencies with npm install.

Rename .example.env to .env and put in your email account and server address and your mysql connection string.

For example you can create a free mysql database on Railway.

Then, run the development server:

npm run dev
# or
yarn dev

Prisma

This project is using Prisma as ORM. To generate the client run:

npx prisma generate

and to migrate you can use

prisma migrate dev --name "Your message"

To run prisma studio: npx prisma studio

Open http://localhost:3000 with your browser to see the result.

About

Minimalistic Note Taking App Supporting Markdown and LaTeX

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published