This is a simple static HTML website using Tailwind CSS for styling. The website serves as a personal portfolio showcasing your work, projects and achievements.
Before you start working on the website, you will need to install Node.js and npm.
Follow these steps to set up your development environment:
Clone the repository.
git clone https://github.com/your-username/personal-website.git
Change to the project directory.
cd personal-website
Install the required npm packages.
npm install
Start the development server.
npm run dev
The development server should now be running at http://localhost:3000
. Open this URL in your browser to access your personal website.
You can build the website for production by running the following command:
npm run build
This command will generate a dist
folder containing the production-ready files.
To deploy the website, follow these steps:
Choose a hosting provider (e.g., GitHub Pages, Netlify, Vercel, etc.).
Follow the hosting provider's instructions to deploy the dist
folder.
Update your domain's DNS settings to point to the hosting provider.
Your personal website should now be live on the internet.
If you find any issues, have suggestions, or want to contribute to the project, these are the steps:
This project is open source and available under the MIT License.