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
- Host: GitHub
- URL: https://github.com/tudi2d/uninotes
- Owner: tudi2d
- License: mit
- Created: 2019-05-12T14:31:59.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-01-04T13:29:39.000Z (over 5 years ago)
- Last Synced: 2025-11-12T22:37:53.912Z (7 months ago)
- Topics: gatsby, latex-notes, notes, university
- Language: CSS
- Homepage: https://uninotes.now.sh/
- Size: 2.58 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
university notes using GatsbyJS

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