Skip to content
This repository has been archived by the owner on Jun 18, 2023. It is now read-only.

alexwkleung/Moonrise

Repository files navigation

Moonrise

A markdown note-taking app demo.

Code name: Moonrise.

Note: This demo should not be used in production. It should only be used to gravitate into your next project idea.

Installation

Go to releases and find the latest version available.

Download the .dmg for your platform if you just want to try it out.

Alternatively:

Clone the repo

git clone <SSH/HTTPS link>

Change directory

cd Moonrise

Install npm dependencies

npm install

Build app

make build
#or 
npm run build

Package the app

make package 
# or
npm run package
#or
make package-arm
#or 
npm run package-arm

If you don't need to package, just run Electron in the root directory

make electron
#or 
npm run electron