Qhala Clone
This repo hosts a clone of the Qhala website built using Next.js and Tailwind CSS.
It uses the new Just-in-Time Mode
for Tailwind CSS.
Preview the example live on Vercel:
Clone the repo to your local machine:
gh repo clone dayon3/qhala-clone
Run the yarn
command to install the dependencies using the yarn package manager:
yarn
Finally run the yarn dev
command to start the development server:
yarn dev
Visit the URL localhost:3000
on your browser to view the site.