small readme.md changes (#56)

This commit is contained in:
Prajwal Moharana 2025-02-13 13:09:22 -05:00 committed by GitHub
parent 55a03ff3fd
commit fde1ce5e90
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 2 deletions

View File

@ -76,6 +76,7 @@ NEXT_PUBLIC_HOST=http://localhost:3000
Open a new terminal and run this script in sequence to setup the dependencies and database
```
chmod +x ./start.sh
./start.sh
```

View File

@ -10,8 +10,8 @@
--ring-opacity: 0.5;
/* Shadows */
--shadow-default: 0 1px 3px 0 rgba(0, 0, 0, 0.1),
0 1px 2px 0 rgba(0, 0, 0, 0.06);
--shadow-default:
0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
--shadow-focus: 0 0 0 3px rgba(66, 153, 225, 0.5);
/* Borders */