This commit is contained in:
MartinBraquet
2025-08-04 18:46:33 +02:00
parent 9dfc82c106
commit 1518cd50ec
2 changed files with 2 additions and 4 deletions

View File

@@ -53,7 +53,7 @@ The web app is coded in Typescript using React as front-end and Prisma as back-e
## Development
After cloning the repo and navigating into it, install dependencies:
After cloning the repo and navigating into it, install the dependencies:
```
npm install
@@ -61,7 +61,7 @@ npm install
You now need to configure your database connection via an environment variable.
First, create an `.env` file:
Create an `.env` file:
```bash
cp .env.example .env

View File

@@ -1,5 +1,3 @@
import React from 'react'
export default function LoadingSpinner() {
return (
<div className="flex justify-center min-h-screen py-8">