Replace [repository-url] with the URL of the repository you created from the template.
Using HTTPS
Using SSH
Move into the Project Directory
Set your Own Remote
Skip this step if you are using the template repository.
After cloning the repository, you should set your own remote to push your changes to your own repository. You can do this using the following commands:
Add the upstream remote
To receive updates from the staarter.dev repository, you need to add the upstream remote to your Git repository. You can do this using the following commands:
Using HTTPS
Using SSH
Install Dependencies
Once you have the project on your local machine, move into the project directory and install the necessary dependencies using Yarn:
Fill in the Environment Variables
Next, you need to fill in the environment variables. Copy the .env.example file to .env.local and fill in the required values:
For more information on setting up environment variables, refer to the Environment Variables documentation.
Start the Development Server
After the installation is complete, you're ready to start developing! Run the following command to start your local development server:
The development server will start, and you can access your project at http://localhost:3000.