Update README.md

This commit is contained in:
Rohan Verma 2024-08-17 00:47:12 -07:00 committed by GitHub
parent 0fcee28626
commit c50a413d6c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -113,6 +113,8 @@ Sample More Description Response:
### Local Setup Guide
#### Backend
For authentication purposes, youll also need a PostgreSQL instance running on your machine.
Now lets setup the SurfSense BackEnd
@ -135,6 +137,8 @@ Now lets setup the SurfSense BackEnd
---
#### Extension
After Setting up the BackEnd Lets do a quick build of the extension.
1. Go to ./extension subdirectory.
@ -156,6 +160,8 @@ Make Sure in request body `"apisecretkey"` value is same value as `API_SECRET_KE
---
#### FrontEnd
For local frontend setup just fill out the `.env` file of frontend.
|ENV VARIABLE|DESCRIPTION|