This is a personal portfolio website developed using Alpine.js and Tailwind CSS. The project showcases my skills, projects, and contact information. It serves as a digital resume to present my work and capabilities to potential employers and clients.
Make sure you have the following software installed Node.js (which includes npm)
- (Mac) use Homebrew to install Node.js and npm:
brew install node
- (Windows) use Chocolatey to install Node.js and npm:
choco install nodejs
- (Linux) use your package manager to install Node.js and npm:
sudo apt install nodejs
- You can manually download the appropriate installer from the official website: Download
After cloning the repository, navigate to the project directory and run the following command to install the project dependencies:
npm install
- This command will install all the required packages listed in the
package.json
file.
- live-server Development Server:
- Run the Development Server:
npx live-server
Thank you for checking out my portfolio!