From 88eb368d7ac8efe956b942551982e25aac51e7ee Mon Sep 17 00:00:00 2001 From: "DESKTOP-RTLN3BA\\$punk" Date: Tue, 8 Apr 2025 15:03:17 -0700 Subject: [PATCH] Revert "Merge commit '91d2fdc7615d5758a01d3d9c189969b4ca18ff9a' into dev" This reverts commit dea4e49ef5a74d2c702c796c46509ece4b05ba5e, reversing changes made to 30e38195a3da9fe28b756a867ae14610d3512c45. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b3e02e8..4b7f70d 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ docker-compose up --build --- ### Alternative: Manual Setup -### Backend +### Backend (./surfsense_backend) This is the core of SurfSense. Before we begin let's look at `.env` variables' that we need to successfully setup SurfSense. |ENV VARIABLE|DESCRIPTION| @@ -127,7 +127,7 @@ Now once you have everything let's proceed to run SurfSense. --- -### FrontEnd +### FrontEnd (./surfsense_web) For local frontend setup just fill out the `.env` file of frontend. @@ -143,7 +143,7 @@ You should see your Next.js frontend running at `localhost:3000` --- -### Extension +### Extension (./surfsense_browser_extension) Extension is in plasmo framework which is a cross browser extension framework. Extension main usecase is to save any webpages protected beyond authentication.