https://github.com/buuntu/portfolio
My personal website
https://github.com/buuntu/portfolio
Last synced: 3 months ago
JSON representation
My personal website
- Host: GitHub
- URL: https://github.com/buuntu/portfolio
- Owner: Buuntu
- License: mit
- Created: 2020-05-16T22:42:24.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-07T11:13:12.000Z (over 3 years ago)
- Last Synced: 2024-12-30T22:44:27.543Z (over 1 year ago)
- Language: SCSS
- Homepage: https://gabrielabud.com
- Size: 6.33 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# My Portfolio Site · [](LICENSE) [](https://dependabot.com)
My overengineered portfolio site built using [Gatsby](https://www.gatsbyjs.org/)
## Technologies Used
- GatbsyJS
- React
- Typescript
- Functional Components
## Development
Install the Gatsby CLI first. With npm:
```
npm install -g gatsby-cli
```
Then navigate to this project directory and run:
```
gatsby develop
```
and navigate to http://localhost:8000
## Deployment
Using [Netlify](https://www.netlify.com/) for continuous deployment and free hosting.