Skip to content
Compare
Choose a tag to compare
@Zemerik Zemerik released this 03 Oct 13:28
· 1 commit to main since this release
X Logo

X Clone

A Thrilling X Clone

Tools

Laptop Screenshot

πŸš€ Project Structure

β”œβ”€β”€ assets/
β”‚Β Β  β”œβ”€β”€ css/
β”‚Β Β  β”œβ”€β”€ images/
β”œβ”€β”€ components/
β”œβ”€β”€ layouts/
β”œβ”€β”€ pages/
β”œβ”€β”€ public/
β”‚Β Β  β”œβ”€β”€ images/
β”œβ”€β”€ .gitignore
β”œβ”€β”€ .npmrc
β”œβ”€β”€ app.vue
β”œβ”€β”€ README.md
β”œβ”€β”€ CODE_OF_CONDUCT.md
β”œβ”€β”€ CONTRIBUTING.md
β”œβ”€β”€ SECURITY.md
β”œβ”€β”€ LICENCE
β”œβ”€β”€ nuxt.config.ts
β”œβ”€β”€ package.json
β”œβ”€β”€ package-lock.json
β”œβ”€β”€ tailwind.config.ts
β”œβ”€β”€ tailwind.config.js
└── tsconfig.json

πŸš€ Quick Start:

Prerequisites:

  • NodeJS installed on your machine
  • GIT installed on your machine
  • A Code Editor

Cloning:

  • To make a local copy of this Project on your machine, enter the following GIT Commmand in your Terminal:
git clone https://github.com/Zemerik/X-Clone

Installing Dependencies:

  • To run this project locally, we first need to download a few npm dependencies by using the command below:
npm i

Locally Running:

  • We can locally run this Project on our Network and see the output using the following Command of NodeJS:
npm run dev

😎 Happy Coding!!

🀝 Contributing:

Contributions are always welcome and appreciated! Kindly visit the CONTRIBUTING.md file for more information

πŸ’ Support:

For any kind of support or inforrmation, you are free to join our Discord Server,

Don't forget to leave a ⭐
Made with πŸ’– by Hemang Yadav (Zemerik)