Initial commit... a site is born (again? finally?)

This commit is contained in:
2026-01-30 19:58:22 +00:00
commit 1519dfa460
62 changed files with 5674 additions and 0 deletions

16
package.json Normal file
View File

@@ -0,0 +1,16 @@
{
"name": "mifi-ventures-landing",
"version": "1.0.0",
"private": true,
"packageManager": "pnpm@9.15.0",
"description": "mifi Ventures landing site — static build with critical CSS inlining",
"scripts": {
"build": "node build.mjs",
"preview": "npx serve dist",
"dev": "live-server site --port=3000 --open=/"
},
"devDependencies": {
"critters": "^0.0.24",
"live-server": "^1.2.2"
}
}