Next-start
installation

Cloning repository

Get the code to your local machine and start developing.

Prerequsite: Git installed

Ensure you have Git installed on your local machine before proceeding. You can download git from here.

Git clone

clone the repository using the following command:

git git@github.com:yaredow/next-starter.git

If your SSH key isn't set up, use HTTPS instead:

https://github.com/yaredow/next-starter.git

How to Get Updates

To stay updated with new features and improvements, follow these steps:

1. Watch the GitHub Repository

Click the "Watch" button on the GitHub repository to receive notifications about new releases and updates.

2. Pull the Latest Changes

If you cloned the repository, you can update it by running:

git pull origin main

How is this guide?

On this page