From fd75bb82e7aa32d81642d06203e164a92bf3602f Mon Sep 17 00:00:00 2001 From: "Elf M. Sternberg" Date: Mon, 15 Nov 2021 19:41:26 -0800 Subject: [PATCH] Added running instructions. Updated the name: apparently I couldn't decide if it was 'pendordate' or 'pendorclock'. The repo ended with "clock," so "clock" it is. --- README.md | 11 +++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f927646..987619e 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,17 @@ with a single source file and no framework, but they do include things like sourcemap inclusion, minification, and using rollup to generate proper EcmaScript-6. +# Running it + +Really? Okay: + +``` +$ npm install +$ npm run dev +``` + +The demo will be on port 3000 by default. + # License This code is released under the Mozilla 2.0 Public License. A copy of diff --git a/package-lock.json b/package-lock.json index 75f409f..02f1bd9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { - "name": "pendordate", + "name": "pendorclock", "version": "1.0.0", "lockfileVersion": 2, "requires": true, diff --git a/package.json b/package.json index 2e4d894..a29bd35 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "pendordate", + "name": "pendorclock", "version": "1.0.0", "description": "The Pendor Clock, updated for 2021", "main": "build/index.js",