项目作者: yugisu

项目描述 :
The simplest notes app ever.
高级语言: TypeScript
项目地址: git://github.com/yugisu/notty.git
创建时间: 2020-03-30T14:43:01Z
项目社区:https://github.com/yugisu/notty

开源协议:

下载


notty

📓 A simple note app with accent on Markdown support and interactivity.

Motivation

Ability to make quick notes is a pretty cool one to have. A place to store every bit of useful information is a neat thing to have too.

I suppose, those two are the reasons why I decided to develop the app that combines both of them with simplicity in mind.

Usage

🌍 Deployed and ready to use version is available here!

🚧 Development

  1. $ git clone https://github.com/yugisu/notty to clone the repo
  2. $ cd notty
  3. $ yarn install to install dependencies
  4. $ yarn start to start develop server

🚀 Deployment

Just build a docker image using Dockerfile located at the root of repo and deploy it wherever you want.