docs: add npm start script

This commit is contained in:
Starbeamrainbowlabs 2021-06-19 17:49:20 +01:00
parent ce41e8bc55
commit 1dcfc22f7a
No known key found for this signature in database
GPG Key ID: 1BE5172E637709C2

@ -5,7 +5,8 @@
"main": "index.js",
"private": true,
"scripts": {
"test": "echo \"No tests have been implemented yet\""
"test": "echo \"No tests have been implemented yet\"",
"start": "npx @11ty/eleventy --serve"
},
"repository": {
"type": "git",