We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dfc82c commit 1518cd5Copy full SHA for 1518cd5
README.md
@@ -53,15 +53,15 @@ The web app is coded in Typescript using React as front-end and Prisma as back-e
53
54
## Development
55
56
-After cloning the repo and navigating into it, install dependencies:
+After cloning the repo and navigating into it, install the dependencies:
57
58
```
59
npm install
60
61
62
You now need to configure your database connection via an environment variable.
63
64
-First, create an `.env` file:
+Create an `.env` file:
65
66
```bash
67
cp .env.example .env
lib/client/LoadingSpinner.tsx
@@ -1,5 +1,3 @@
1
-import React from 'react'
2
-
3
export default function LoadingSpinner() {
4
return (
5
<div className="flex justify-center min-h-screen py-8">
0 commit comments