An open API service indexing awesome lists of open source software.

https://github.com/tudi2d/uninotes

Web app to easily create and share notes for university classes. Write notes using Markdown + LaTeX
https://github.com/tudi2d/uninotes

gatsby latex-notes notes university

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

          


university notes using GatsbyJS



![uninotes Demo](https://raw.githubusercontent.com/tudi2d/uninotes/master/demo.gif)

## :books: 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.

## :computer: development.

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

### yarn.

Install and setup [Yarn](https://yarnpkg.com/getting-started/install), 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](https://vercel.com/download)

Setup

```
now
```

## acknowledgement

I originally build this in Spring 2019 using [this Gatsby starter](https://github.com/patricoferris/gatsby-starter-notes). There is a[ new, actively maintained version of this this Gatsby starter](https://github.com/gatsbyjs/gatsby-starter-notes-theme) available with more features.