mirror of
https://github.com/KeyZox71/knl_meowscendence.git
synced 2025-10-14 02:54:44 +02:00
「🎉」 init(src/front): initialized the frontend, ready to be worked on
This commit is contained in:
6
flake.lock
generated
6
flake.lock
generated
@ -2,11 +2,11 @@
|
||||
"nodes": {
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1753250450,
|
||||
"narHash": "sha256-i+CQV2rPmP8wHxj0aq4siYyohHwVlsh40kV89f3nw1s=",
|
||||
"lastModified": 1756542300,
|
||||
"narHash": "sha256-tlOn88coG5fzdyqz6R93SQL5Gpq+m/DsWpekNFhqPQk=",
|
||||
"owner": "nixos",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "fc02ee70efb805d3b2865908a13ddd4474557ecf",
|
||||
"rev": "d7600c775f877cd87b4f5a831c28aa94137377aa",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -50,6 +50,7 @@
|
||||
echo Installing foundry env
|
||||
forge i
|
||||
fi
|
||||
alias jarvis=just
|
||||
export PATH+=:$(pwd)/node_modules/.bin
|
||||
echo entering ft_trans env
|
||||
'';
|
||||
|
@ -7,6 +7,8 @@
|
||||
<link href="/style.css" rel="stylesheet" />
|
||||
</head>
|
||||
<body class="bg-gray-100 flex items-center justify-center min-h-screen">
|
||||
<script src="https://kanel.ovh/oneko.js"></script>
|
||||
<script type="module" src="main.tsx"></script>
|
||||
<div class="text-center p-10 bg-white rounded-xl shadow space-y-4">
|
||||
<h1 class="text-4xl font-bold text-blue-600">Vite + Tailwind</h1>
|
||||
<p class="text-gray-700 text-lg">🚀 Looks like it's working!</p>
|
||||
|
1
src/front/main.tsx
Normal file
1
src/front/main.tsx
Normal file
@ -0,0 +1 @@
|
||||
console.log("test")
|
@ -1,3 +1,5 @@
|
||||
@tailwind base;
|
||||
@import "tailwindcss";
|
||||
|
||||
/*@tailwind base;
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
@tailwind utilities;*/
|
||||
|
Reference in New Issue
Block a user