Releases: Zemerik/X-Clone
Releases · Zemerik/X-Clone
v1
🚀 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:
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)