Running SerpBear Locally
Last updated
Last updated
If you don't want to deploy SerpBear on a server and want to run it locally on your computer follow the instructions below.
Step 1:
Make sure and are installed on your computer.
Step 2:
Clone the repo by running:
Step 3:
Create a .env.local
file. and insert the following variables and change them as you like:
The details of the required environment variables can be found .
Note: If you are trying to run the app on a Mac computer, instead of using USER
variable, use USERNAME
Step4:
Create a data
directory inside your serpbear directory.
Step 5:
Install the necessary packages and build the app by running the below command:
Step 6:
Run the app by running this command:
When there is a new release, you can simply run these commands to update the app: