https://tailwind-css-chat-gpt-clone.vercel.app/
Before you begin, ensure you have the following installed:
git clone https://github.com/sunpochin/tailwindCSS-chatGPT-clone.git
cd tailwindCSS-chatGPT-clone
yarn install
yarn dev
http://localhost:3000
/tailwindCSS-chatGPT-clone
├── assets/ # Uncompiled assets like images, fonts, etc.
├── components/ # Vue components
│ ├── Chat/ # Chat related components
│ ├── Sidebar/ # Sidebar components
│ └── UI/ # Reusable UI components
├── layouts/ # Nuxt layout files
├── middleware/ # Nuxt middleware
├── pages/ # Vue pages (routes are auto-generated)
├── plugins/ # Vue/Nuxt plugins
├── static/ # Files served as-is (favicon, robots.txt, etc.)
├── store/ # Vuex store files
├── .gitignore # Git ignore file
├── nuxt.config.js # Nuxt configuration
├── package.json # Project dependencies and scripts
├── tailwind.config.js # TailwindCSS configuration
└── README.md # Project documentation
git checkout -b feature/amazing-feature
)git commit -m 'Add some amazing feature'
)git push origin feature/amazing-feature
)This project is licensed under the MIT License - see the LICENSE file for details.