From b4716e71f9033bfe0a6a0cbe004234297ca5bc7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20M=C3=BCller?= Date: Wed, 20 Sep 2017 20:08:21 +0200 Subject: [PATCH] prepare for publishing --- README.md | 15 +++++++++++++-- assets/public/index.html | 5 +++-- package.json | 11 ----------- 3 files changed, 16 insertions(+), 15 deletions(-) delete mode 100644 package.json diff --git a/README.md b/README.md index dcb61f4..513a8dd 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,17 @@ Dead simple hosting for markdown notes. -## Installation & Deployment +## Running -TBD +Install `dep` using Homebrew and run it inside project to install the dependencies: `dep ensure`. + +Now you can run the app with `make run`. + +## Testing + +Install `frisby 0.8.5 globally` and link it inside the project: + +1. `npm install -g frisby@0.8.5` +2. `npm link frisby` + +Now the test can be run with: `make test` diff --git a/assets/public/index.html b/assets/public/index.html index 7aa811a..f386a5d 100644 --- a/assets/public/index.html +++ b/assets/public/index.html @@ -29,11 +29,12 @@
  • 2014-01: NoteHub API, mobile friendly styling and more.
  • 2013-03: new color themes.
  • 2012-07: password protection for note editing added.
  • -
  • 2012-06: NoteHub 1.0 released as a result of an experiment.
  • +
  • 2012-06: NoteHub 1.0 released as a result of an experiment.
  • diff --git a/package.json b/package.json deleted file mode 100644 index 4856739..0000000 --- a/package.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "NoteHub", - "version": "3.0.0", - "main": "server.js", - "scripts": { - "test": "jasmine-node ." - }, - "devDependencies": { - "frisby": "^0.8.5" - } -}