This is my portfolio website, showcasing my work experience, projects, and skills.
Hi, I am a Computer Engineer and Developer, a recent graduate from Queen's University. This portfolio serves as a representation of my professional background, skills, and projects.
To run this project locally, follow these steps:
Clone the repository: ```bash git clone https://github.com/ThierryJones21/svelte_portfolio.git
Navigate to the project directory:
cd svelte_portfolio
Install dependencies: ```bash npm install
Once the project is set up, you can run it locally by executing the following command:
npm run dev
This will start a development server, and you can view the website by navigating to http://localhost:5000
in your web browser.
If you'd like to contribute to this project, please follow these steps:
Fork the repository.
Create a new branch: git checkout -b feature/new-feature
Make your changes and commit them: git commit -m 'Add new feature'
Push to the branch: git push origin feature/new-feature
Submit a pull request.