├── 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
- 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
- To run this project locally, we first need to download a few
npm
dependencies by using the command below:
npm i
- We can locally run this Project on our Network and see the output using the following Command of
NodeJS
:
npm run dev
Contributions are always welcome and appreciated! Kindly visit the CONTRIBUTING.md file for more information
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)