Skip to content

Commit 1518cd5

Browse files
committed
Clean
1 parent 9dfc82c commit 1518cd5

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,15 @@ The web app is coded in Typescript using React as front-end and Prisma as back-e
5353

5454
## Development
5555

56-
After cloning the repo and navigating into it, install dependencies:
56+
After cloning the repo and navigating into it, install the dependencies:
5757

5858
```
5959
npm install
6060
```
6161

6262
You now need to configure your database connection via an environment variable.
6363

64-
First, create an `.env` file:
64+
Create an `.env` file:
6565

6666
```bash
6767
cp .env.example .env

lib/client/LoadingSpinner.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import React from 'react'
2-
31
export default function LoadingSpinner() {
42
return (
53
<div className="flex justify-center min-h-screen py-8">

0 commit comments

Comments
 (0)