Add initial website
Some checks failed
Build Crate / build (push) Failing after 7m23s

This commit is contained in:
2023-09-17 23:25:46 -04:00
parent d640899c80
commit 90c1f58607
16 changed files with 492 additions and 2 deletions

16
package.json Normal file
View File

@@ -0,0 +1,16 @@
{
"name": "pool-elo",
"version": "1.0.0",
"description": "pool-elo",
"main": "index.js",
"scripts": {
"build": "npx tailwindcss -i ./style/tailwind.css -o ./static/style.css",
"watch": "npx tailwindcss -i ./style/tailwind.css -o ./static/style.css --watch"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"tailwindcss": "^3.3.3"
}
}