This web app is intended to easily create and share notes for university classes. It is possible to write notes using Markdown language as well as including inline LaTeX, which is transpiled to HTML KaTeX.
To debug/run this repository in your local environment you can choose between using Yarn or Vercel CLI.
Install and setup Yarn, a package manager for JavaScript node modules.
Setup
yarn install
Compiles and hot-reloads for development
yarn dev
Compiles and minifies for production
yarn build
Disclaimer: This only make sense if you have a Vercel Account. Please inform yourself about the company and their terms of service before creating an account or using their software.
Install and setup Vercel CLI
Setup
now
I originally build this in Spring 2019 using this Gatsby starter. There is a new, actively maintained version of this this Gatsby starter available with more features.