Skip to content

Commit 5d9e081

Browse files
committed
Update package.json and add readme
1 parent ae5e3c2 commit 5d9e081

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

Readme.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Weeknotes Collector
2+
3+
I write [Weeknotes](https://lannonbr.com/weeknotes) once a week and wanted to have an app that allowed me to collect links over the course of a week from anywhere and then be able to export those links as markdown to be put into a post on my website.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"nodemon": "~3.1.11"
2020
},
2121
"scripts": {
22-
"dev": "WEEKNOTES_ROUTE_PREFIX=\"weeknotes\" nodemon app.js"
22+
"dev": "nodemon app.js"
2323
},
2424
"keywords": [],
2525
"author": "Benjamin Lannon",

0 commit comments

Comments
 (0)