This template provides a minimal setup to get Next.js working with TailwindCSS and some ESLint rules. NOTE: Don't Forget to update the package name in package.json
- Navigate inside the directory where you want to create your project and run the following command:
git clone git@github.com:DilicalFlame/T-next.js.git .or
git clone https://github.com/DilicalFlame/T-next.js.git .- Install the dependencies:
pnpm install- Delete the
.gitfolder:
rm -rf .git # in Linux or MacOS
Remove-Item -Recurse -Force .git # in Windows PowerShell
rmdir /s .git # in Windows Command Prompt