Add optional name + docs (#25)

* Add optional name

* docs: add README.md with project documentation
This commit is contained in:
Rock
2025-12-02 14:09:31 +01:00
committed by GitHub
parent ca292d17f3
commit b4d021a548
7 changed files with 122 additions and 24 deletions

View File

@@ -4,7 +4,8 @@
"private": true,
"scripts": {
"lint": "eslint .",
"test": "jest"
"test": "jest",
"start": "node src/server.js"
},
"dependencies": {
"express": "^4.18.2",