forked from mrwyndham/fastpocket
22 lines
256 KiB
Markdown
22 lines
256 KiB
Markdown
# How to Deploy and Style Your Application
|
|
|
|
Deploying and styling your application can seem daunting, but with a clear step-by-step process, it becomes much more manageable. This guide will walk you through the steps to disconnect from Vercel, connect to a new repository, set up environment variables, create a new deployment, and finally, make changes to style your application.
|
|
|
|
[](https://youtu.be/UTz5pDUicEc)
|
|
|
|
## Step 1: Disconnect from Vercel
|
|
To start, you need to disconnect your current setup from Vercel. This ensures that you can connect to the new repository without any conflicts.
|
|
|
|

|
|
Navigate to your Vercel project settings and locate the "Connected Git Repository" section. Click the "Disconnect" button next to your current repository to disconnect it.
|
|
|
|
## Step 2: Connect to the New Repository
|
|
Next, connect your application to the new repository. This will be your core repository for launching the application.
|
|
|
|

|
|
In the same "Connected Git Repository" section, search for and select your new repository. Click "Connect" to establish the connection.
|
|
|
|
## Step 3: Set Up Environment Variables
|
|
Before proceeding, ensure that all required environment variables are set up. This includes variables for tools like PostHog and any other necessary configurations.
|
|
|
|
 |