This repository contains the source code for my portfolio website, developed utilizing SvelteKit and Tailwind CSS. The project showcases my professional experience, projects, and skills in a modern and responsive web interface.
To set up the project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/AliSinaDevelo/DevelosPortfolio.git cd DevelosPortfolio
-
Install dependencies:
npm install
To run the project locally:
-
Start the development server:
npm run dev
-
Open your browser and navigate to
http://localhost:3000
to view the website.
To build the project for production:
-
Build the project:
npm run build
-
Preview the production build:
npm run preview
Contributions are welcome! If you encounter any issues or have suggestions for improvements, please feel free to create an issue or submit a pull request.
- Fork the repository.
- Create a new branch:
git checkout -b feature-name
- Make your changes and commit them:
git commit -m "Detailed description of changes"
- Push to the branch:
git push origin feature-name
- Create a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.
This README file provides a comprehensive overview of the project, including its structure, installation instructions, usage guidelines, contribution protocols, and licensing information.