Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 668 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 668 Bytes

Twitter Clone Tailwind

Twitter (web) clone built using TailwindCSS 2

Preview: https://anaseqal.github.io/twitter-clone-tailwind/

alt text

Install

  • git clone https://github.com/anaseqal/twitter-clone-tailwind
  • npm install

Run Development

  • npm run dev

Run Production

  • npm run prod

Dark / Light

  • toggle dark class in html tag: <html class="dark">

Contributions

If you see a problem or a typo, please fork, make the necessary changes, and create a pull request so we can review your changes and merge them into the master repo and branch.