mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-04-14 11:38:31 -04:00
Clean
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
import React from 'react'
|
||||
|
||||
export default function LoadingSpinner() {
|
||||
return (
|
||||
<div className="flex justify-center min-h-screen py-8">
|
||||
|
||||
Reference in New Issue
Block a user