🎉」 init(src/front): initialized the frontend, ready to be worked on

This commit is contained in:
y-syo
2025-09-02 02:17:16 +02:00
committed by yosyo
parent 4900db1e98
commit 22bd4e9dc5
5 changed files with 11 additions and 5 deletions

6
flake.lock generated
View File

@ -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": {

View File

@ -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
'';

View File

@ -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
View File

@ -0,0 +1 @@
console.log("test")

View File

@ -1,3 +1,5 @@
@tailwind base;
@import "tailwindcss";
/*@tailwind base;
@tailwind components;
@tailwind utilities;
@tailwind utilities;*/