Documents
git remote rename origin template # origin → template
gh repo create # Create your remote repository by GitHub CLI
git push -u origin main # Push to your repositorytemplate:main : This repository
origin:main : Your remote repository
ghcommand by GitHub CLI
orgit remote add origin ~~~
Make sure to install the dependencies
yarn installStart the development server on http://localhost:3000
yarn devBuild the application for production:
yarn buildCheckout the deployment documentation.