https://github.com/dylanbk/portfolio-v5
The fifth iteration of my portfolio website.
https://github.com/dylanbk/portfolio-v5
portfolio react tailwindcss typescript vite
Last synced: 3 months ago
JSON representation
The fifth iteration of my portfolio website.
- Host: GitHub
- URL: https://github.com/dylanbk/portfolio-v5
- Owner: DylanBk
- Created: 2025-03-07T02:07:52.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-09T19:06:06.000Z (over 1 year ago)
- Last Synced: 2025-03-09T20:19:04.486Z (over 1 year ago)
- Topics: portfolio, react, tailwindcss, typescript, vite
- Language: TypeScript
- Homepage: https://dylanbullock.co.uk
- Size: 2.28 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My Portfolio
A summary of my skills, experience, interests, and goals. \
You can find it at [https://dylanbullock.co.uk](https://dylanbullock.co.uk)
## Built with




## Attribution
All icons are sourced from [Google Fonts](https://fonts.google.com/icons).
All fonts are sourced from [Google Fonts](https://fonts.google.com).
## Local Setup & Run
Running this website locally will install all necessary dependencies used to your machine. \
You will need [Node.js](https://nodejs.org/en) installed for this to work.
In Command Prompt, execute the following:
```js
cd path/to/folder
npm install
npm run dev
```
The website will then open a new tab in your browser. \
If for any reason it does not, open a new tab and go to [http://localhost:3000](http://localhost:3000)