Tailwind CSS CLI-based portfolio! This project is designed to showcase your work and skills in a clean and stylish way using the power of Tailwind CSS.
This portfolio is built using Tailwind CSS, a highly customizable CSS framework, to create a visually appealing and responsive website. It's designed to be easy to set up and customize, making it perfect for developers like you to showcase your projects and skills.
To run this portfolio on your local system, follow these steps:
You need to have Node.js installed on your computer.
- Clone this repository to your local machine:
git clone [repository-url]
- Navigate to the project directory:
cd [project-directory]
- Install the project dependencies:
npm install
- To view your portfolio locally and make customizations, use the development server:
npm run dev
- This command will start a local development server, and you can access your portfolio at
http://localhost:3000
in your web browser.
- Customization You can customize the content of your portfolio by editing the HTML files in the src directory. Tailwind CSS classes are used for styling, so you can easily modify the design by changing the classes in your HTML files.
- Building for Production When you're ready to deploy your portfolio, build it for production:
npm run build
This command will generate optimized, production-ready files in the build directory.
- Deployment
You can deploy your portfolio to various hosting platforms, such as GitHub Pages
, Netlify
, or Vercel
, by simply uploading the contents of the build directory.