feat: project scaffold with tabs, styles and package.json

This commit is contained in:
Ferdinand
2026-04-08 10:40:32 +02:00
parent 0997689d82
commit f306c634d5
4 changed files with 121 additions and 0 deletions

9
package.json Normal file
View File

@@ -0,0 +1,9 @@
{
"name": "morning-meeting-planner",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "npx serve . -p 3000",
"test": "node tests/algorithm.test.mjs"
}
}