Made by @HashRei
Easy and persistent dark mode implementation for Nex.js apps with Next-them and Tailwind CSS. No flickering !
Explanation video => Dark mode with Next-theme & Tailwind CSS | HashRei š½
āļø Article: https://tinyurl.com/2p8f2t52
git --version
and you see a response like git version x.x.x
node --version
And get an ouput like: vx.x.x
npm --version
And get an ouput like: x.x.x
npm
yarn --version
And get an output like: x.x.x
git clone [email protected]:HashRei/dark-mode-next-theme-tailwind.git
cd dark-mode-next-theme-tailwind
yarn
yarn dev
Made by @HashRei