Skip to content

hfitzwater/matpad

Repository files navigation

matpad Build Status

Interactive notepad for simple math

Install

MacOS

Visit the releases page to download the latest version.

Develop

# install dependencies
yarn

# serve with hot reload at localhost:9080
yarn run dev

# build electron application for production
yarn run build