Click on the Fork button at the top right of the repository page to create your own copy.
Clone your forked repository to your local machine:
git clone https://github.com/your-username/repository-name.git
Replace your-username
with your GitHub username and repository-name
with the repository name.
cd repository-name
Run the following command to install project dependencies:
npm install
Use the following command to start the next development server:
export NODE_OPTIONS=--openssl-legacy-provider
npm run dev