jcblw / pastila

a electron app that takes notes via markdown and github gist.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pastila logo

Pastila App

a app lets you takes notes via markdown and github gist.

This is a small app built on Electron. The client portion of the app is build in React.

pastila logo

Install

You should be able to install with node version 4.0 >.

git clone git@github.com:jcblw/pastila.git

To install the dependencies do.

npm install

Running App

npm start

Making a build

If your developing on the app, and are saving data into the app when creating a build all that data will be transfered to the newly created app. Sometimes this is fine.

Basic build

npm run build

Clean Build

If you are developing something and have not commited it yet, beware of clean builds it runs git clean -xdf and will remove any files not tracked yet. This is good tho so there is no left over data in the app.

npm run cleanbuild

About

a electron app that takes notes via markdown and github gist.


Languages

Language:JavaScript 80.7%Language:CSS 19.0%Language:HTML 0.3%