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.
This commit is contained in:
Elf M. Sternberg 2021-11-15 19:41:26 -08:00
parent d3594c5485
commit fd75bb82e7
3 changed files with 13 additions and 2 deletions

View File

@ -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

2
package-lock.json generated
View File

@ -1,5 +1,5 @@
{
"name": "pendordate",
"name": "pendorclock",
"version": "1.0.0",
"lockfileVersion": 2,
"requires": true,

View File

@ -1,5 +1,5 @@
{
"name": "pendordate",
"name": "pendorclock",
"version": "1.0.0",
"description": "The Pendor Clock, updated for 2021",
"main": "build/index.js",