/uninotes

Web app to easily create and share notes for university classes. Write notes using Markdown + LaTeX

Primary LanguageCSSMIT LicenseMIT

university notes using GatsbyJS

uninotes Demo

📚 general

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.

💻 development.

To debug/run this repository in your local environment you can choose between using Yarn or Vercel CLI.

yarn.

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

vercel cli.

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

acknowledgement

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.