Skip to content

Commit

Permalink
It's wedding time!
Browse files Browse the repository at this point in the history
  • Loading branch information
afrieder committed Mar 15, 2024
1 parent 3c2e576 commit 0f1584f
Show file tree
Hide file tree
Showing 22 changed files with 26,288 additions and 19,068 deletions.
4,640 changes: 4,640 additions & 0 deletions package-lock.json

Large diffs are not rendered by default.

18 changes: 18 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"dependencies": {
"@types/react": "16.14",
"@types/react-dom": "^16.9.8",
"esbuild": "^0.20.1",
"react": "16.14",
"react-dom": "16.14",
"tailwind": "^4.0.0",
"typescript": "^5.4.2"
},
"scripts": {
"build-js": "./node_modules/.bin/esbuild src/index.tsx --bundle --outfile=public/app.js",
"build-css": "npx tailwindcss -i ./src/style.css -o ./public/style.css",
"build": "npm run build-js && npm run build-css",
"server": "python3 -m http.server 8100",
"start": "npm run build && npm run server"
}
}
39,177 changes: 20,194 additions & 18,983 deletions public/app.js

Large diffs are not rendered by default.

Loading

0 comments on commit 0f1584f

Please sign in to comment.