https://github.com/steebchen/portfolio
My personal portfolio website at https://luca-steeb.com
https://github.com/steebchen/portfolio
Last synced: 3 months ago
JSON representation
My personal portfolio website at https://luca-steeb.com
- Host: GitHub
- URL: https://github.com/steebchen/portfolio
- Owner: steebchen
- License: mit
- Created: 2018-10-12T21:31:41.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-07-17T11:16:20.000Z (11 months ago)
- Last Synced: 2025-03-18T16:53:00.891Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 6.38 MB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Portfolio
My personal portfolio site at [luca-steeb.com](https://luca-steeb.com),
originally designed & developed by [Brittany Chiang](bchiang7/v4).This site uses [Gatsby](https://www.gatsbyjs.org/), a modern and fast static site generator.
To run the app locally, clone it and run the following:
```bash
yarn install
yarn dev
```