Skip to content

charankodali/Friendly-Portfolio-1

Repository files navigation

Tailwind CSS CLI Portfolio

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.

About

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.

Getting Started

To run this portfolio on your local system, follow these steps:

Pre-Requisites

You need to have Node.js installed on your computer.

Installation

  1. Clone this repository to your local machine:
 git clone [repository-url]

  1. Navigate to the project directory:
cd [project-directory]

  1. Install the project dependencies:
npm install

  1. To view your portfolio locally and make customizations, use the development server:
npm run dev

  1. This command will start a local development server, and you can access your portfolio at http://localhost:3000 in your web browser.

  1. 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.

  1. 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.

  1. 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.

About

A Free-Portfolio Theme using Tailwind-Css and Javascript

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published