First commit

This commit is contained in:
Lucien Astié 2024-08-08 22:21:01 +02:00
commit 48866cc6ab
20 changed files with 6301 additions and 0 deletions

3
.eslintrc.json Normal file
View file

@ -0,0 +1,3 @@
{
"extends": "next/core-web-vitals"
}