Added descriptive step by step approach to configuring the development enviroment

This commit is contained in:
mahlatseclayton
2026-07-30 19:01:24 +02:00
parent 6641ea66cb
commit 2091fc6379
6 changed files with 670 additions and 24 deletions

View File

@@ -6,6 +6,7 @@
"dev": "next dev",
"build": "next build",
"start": "next start",
"test": "node --test tests/db.test.js",
"lint": "eslint"
},
"dependencies": {